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();
     },