admin/src/components/business/OperaNewsDzWindow.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
admin/src/components/business/OperaNewsDzWindow.vue
@@ -55,6 +55,7 @@ data () { return { // 表单数据 loading:false, form: { id: null, remark: '', @@ -104,9 +105,14 @@ } this.form.fileType = target.fileType || 0 const files = target.fileList || [] this.form.fileList = [] console.log(files) if (files.length > 0) { this.form.fileList.push(files[0]) }else{ } console.log(this.form.fileList) }) }, delFile (index) {