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