zhangjie 2 ani în urmă
părinte
comite
61009875df
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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();
     },