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";