sr 4 жил өмнө
parent
commit
eaa409e948

+ 0 - 2
ruoyi-ui/src/components/DynamicForms/index.vue

@@ -153,8 +153,6 @@
         if (this.formConfig.htmlType == 'checkbox' || this.formConfig.htmlType == 'imageUpload' || this.formConfig.htmlType ==
         if (this.formConfig.htmlType == 'checkbox' || this.formConfig.htmlType == 'imageUpload' || this.formConfig.htmlType ==
           'fileUpload') {
           'fileUpload') {
           this.config = []
           this.config = []
-        }else if (this.formConfig.htmlType == 'select') {
-          this.$set(this.config, this.formConfig.columnName, (this.formConfig.columnValue - 0))
         } else {
         } else {
           this.$set(this.config, this.formConfig.columnName, (this.formConfig.columnValue || ''))
           this.$set(this.config, this.formConfig.columnName, (this.formConfig.columnValue || ''))
         }
         }