zhangjie 5 năm trước cách đây
mục cha
commit
07b90b216b
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/modules/exam-center/views/WaitTaskDetail.vue

+ 3 - 0
src/modules/exam-center/views/WaitTaskDetail.vue

@@ -177,6 +177,9 @@ export default {
       );
       this.paperAttachments.splice(index, 1, { ...this.curAttachment });
       this.pTypeEnableChange(this.pTypeEnable);
+      this.task.paperAttachmentId = JSON.stringify({
+        paper: this.curPaperAttachments
+      });
     },
     toCreateCard() {
       if (this.task.cardId) {