zhangjie 2 年之前
父節點
當前提交
61009875df
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/modules/exam/components/ApplyContent.vue

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

@@ -959,6 +959,7 @@ export default {
       this.paperConfirmAttachments.splice(index, 1);
     },
     toViewCard(attachment) {
+      this.addPreviewLog(attachment, "card");
       this.curAttachment = { ...attachment };
       this.$refs.CardPreviewDialog.open();
     },