Browse Source

页面更新

sr 4 years ago
parent
commit
a3aefbe0a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ruoyi-ui/src/components/DynamicForms/index.vue

+ 1 - 1
ruoyi-ui/src/components/DynamicForms/index.vue

@@ -91,7 +91,7 @@
       },
       init() {
         if(this.formConfig.htmlType == 'checkbox' || this.formConfig.htmlType == 'imageUpload' || this.formConfig.htmlType == 'fileUpload'){
-          this.config =  this.formConfig.columnValue || []
+          this.config =  []
         }else{
           this.$set(this.config, this.formConfig.columnName,(this.formConfig.columnValue || ''))
         }