feige
2025-03-18 63508b6027085a696298a1c26c74c704ef13b5a7
修改了对应bug
1个文件已修改
16 ■■■■■ 已修改文件
ruoyi-ui/src/views/selfeconomy/index.vue 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/selfeconomy/index.vue
@@ -1178,21 +1178,25 @@
            addSelfEconomy(this.formDat).then(response => {
              this.$modal.msgSuccess("新增成功");
             // this.open = false;
              this.getList();
            });
          }
        });
        // 清空formDat对象的数据
        Object.keys(this.formDat).forEach(key => {
          this.formDat[key] = '';
        });
        for(let i = 0; i <= this.fileList.length; i++)
             var fl = this.fileList.length
             for(let i = 0; i < fl; i++)
        {
          this.handleRemove(this.fileList[0]);
        }
        for(let i = 0; i < this.fileListOther.length; i++){
             var gh = this.fileListOther.length
             for(let i = 0; i < gh; i++){
          this.handleRemoveFile(this.fileListOther[0]);
        }
            // alert(123)
              this.getList();
            });
          }
        });
      },
    handleChange(file, fileList1) {
           //定义一个全局数组uploadFileList来做存储