瀏覽代碼

11482-【CR】【投资系统】增加审批流程-立项和投决申请页面附件回显不过

hxy 3 周之前
父節點
當前提交
f39ab1aec7
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      ruoyi-ui/src/views/project/meetingList.vue

+ 4 - 0
ruoyi-ui/src/views/project/meetingList.vue

@@ -1345,10 +1345,12 @@ export default {
     showLXApplyPop(row) {
       this.resetLXApply();
       this.fileListLXApply = [];
+      this.otherFileListLXApply = [];
       this.openLXApply = true;
       this.titleLXApply = "立项申请";
       setTimeout(() => {
         this.$refs.fileItemLXApply.fileList = [];
+        this.$refs.otherFileItem.fileList = [];
       }, 200);
       if(row==1){
         this.isWatch=true;//代表是从观望列表
@@ -1358,10 +1360,12 @@ export default {
     showTJApplyPop(row) {
       this.resetTJApply();
       this.fileListLXApply = [];
+      this.otherFileListTJApply = [];
       this.openTJApply = true;
       this.titleTJApply = "投决申请";
       setTimeout(() => {
         this.$refs.fileItemTJApply.fileList = [];
+        this.$refs.otherFileItem.fileList = [];
       }, 200);
       if(row==1){
         this.isWatch=true;