zhangjie 2 lat temu
rodzic
commit
fcafd2155b

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

@@ -962,6 +962,8 @@ export default {
         this.paperAttachments[aind].cardType = card.type;
         this.paperAttachments[aind].createMethod = card.createMethod;
         this.paperAttachments[aind].cardTitle = card.title;
+        this.paperAttachments[aind].used = card.used;
+        this.paperAttachments[aind].createId = card.createId;
       }
     },
     cardChange(attachment) {

+ 2 - 0
src/modules/exam/components/ModifyTaskPaper.vue

@@ -497,6 +497,8 @@ export default {
         this.paperAttachments[aind].cardType = card.type;
         this.paperAttachments[aind].createMethod = card.createMethod;
         this.paperAttachments[aind].cardTitle = card.title;
+        this.paperAttachments[aind].used = card.used;
+        this.paperAttachments[aind].createId = card.createId;
       }
     },
     toCreateCard(attachment) {

+ 2 - 0
src/modules/exam/components/createExamAndPrintTask/InfoExamTask.vue

@@ -607,6 +607,8 @@ export default {
         this.paperAttachments[aind].cardType = card.type;
         this.paperAttachments[aind].createMethod = card.createMethod;
         this.paperAttachments[aind].cardTitle = card.title;
+        this.paperAttachments[aind].used = card.used;
+        this.paperAttachments[aind].createId = card.createId;
       }
     },
     async checkData() {