jiangping
2024-07-17 e39f5a3ee0bc2fec99f4fe23dedee5771847467c
提交
已修改1个文件
6 ■■■■■ 文件已修改
admin/src/components/business/OperaNewsDzWindow.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | 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) {