diff --git a/src/views/dictionary/attachment/components/SignatureTemplate/index.vue b/src/views/dictionary/attachment/components/SignatureTemplate/index.vue index 843d5ef4..6711ef6e 100644 --- a/src/views/dictionary/attachment/components/SignatureTemplate/index.vue +++ b/src/views/dictionary/attachment/components/SignatureTemplate/index.vue @@ -337,6 +337,7 @@ export default { // 预览 handlePreview(row) { const { Name, FullFilePath } = row + this.currentRow = row this.currentPath = FullFilePath this.currentType = row.Name ? Name.substring(Name.lastIndexOf('.') + 1).toLocaleLowerCase()