Jelajahi Sumber

页面更新

sr 4 tahun lalu
induk
melakukan
eaa409e948
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      ruoyi-ui/src/components/DynamicForms/index.vue

+ 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 ==
           'fileUpload') {
           this.config = []
-        }else if (this.formConfig.htmlType == 'select') {
-          this.$set(this.config, this.formConfig.columnName, (this.formConfig.columnValue - 0))
         } else {
           this.$set(this.config, this.formConfig.columnName, (this.formConfig.columnValue || ''))
         }