| | |
| | | } |
| | | }, |
| | | change(busiField) { |
| | | console.log(busiField, 'config_uploader change(busiField) busiField') |
| | | console.log(busiField,this.uploadList, 'config_uploader change(busiField) busiField') |
| | | console.log(this.fields, 'change this.fields') |
| | | if (!Array.isArray(this.dataForm[busiField])) { |
| | | this.$set(this.dataForm, busiField, []) |
| | | } |
| | | this.fields.forEach(field => { |
| | | if (field.busiField === busiField) { |
| | | field.files.length = 0 |
| | |
| | | if (this.dataForm) { |
| | | this.dataForm.hasUploadFinsh = 100 |
| | | } |
| | | console.log(this.dataForm[busiField], 'config_uploader change(busiField) this.dataForm[busiField]') |
| | | } |
| | | }) |
| | | console.log(this.dataForm, 'config_uploader change(busiField)') |