Kaynağa Gözat

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

hxy 3 hafta önce
ebeveyn
işleme
f39ab1aec7
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  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;