zhangjie 1 年間 前
コミット
4e0f1da208
1 ファイル変更3 行追加0 行削除
  1. 3 0
      src/modules/exam/components/ApplyContent.vue

+ 3 - 0
src/modules/exam/components/ApplyContent.vue

@@ -961,6 +961,9 @@ export default {
           }
         ).catch(() => {});
         if (result !== "confirm") return;
+
+        this.paperAttachments = [];
+        this.addAtachment();
       }
 
       this.curTab = tab;