zhangjie 5 年之前
父节点
当前提交
07b90b216b
共有 1 个文件被更改,包括 3 次插入0 次删除
  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.paperAttachments.splice(index, 1, { ...this.curAttachment });
       this.pTypeEnableChange(this.pTypeEnable);
       this.pTypeEnableChange(this.pTypeEnable);
+      this.task.paperAttachmentId = JSON.stringify({
+        paper: this.curPaperAttachments
+      });
     },
     },
     toCreateCard() {
     toCreateCard() {
       if (this.task.cardId) {
       if (this.task.cardId) {