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

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

@@ -887,6 +887,10 @@ export default {
         ? JSON.parse(this.curTaskApply.paperAttachmentIds)
         : [];
 
+      if (!this.paperAttachments.length) {
+        this.addAtachment();
+      }
+
       const pAttachment = this.paperAttachments.some((item) => !!item.paperId);
       if (pAttachment) {
         this.curTab = "tiku";