zhangjie hace 1 año
padre
commit
4e0f1da208
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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;