zhangjie 1 vuosi sitten
vanhempi
commit
4e0f1da208
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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;