From fc1603c786e9660e5557c78c31d319ff4434fddf Mon Sep 17 00:00:00 2001
From: pan <380711010@qq.com>
Date: Mon, 2 Sep 2024 18:07:02 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E5=92=8C=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/dict/data.vue | 4 ++--
src/views/tool/downloadFileDetail.vue | 8 ++++++++
src/views/tool/index.vue | 8 ++++++--
3 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/src/views/system/dict/data.vue b/src/views/system/dict/data.vue
index d626817..8e60bb0 100644
--- a/src/views/system/dict/data.vue
+++ b/src/views/system/dict/data.vue
@@ -71,12 +71,12 @@
@click="handleExport"
v-hasPermi="['system:dict:export']"
>导出
- 关闭
+ >关闭-->
diff --git a/src/views/tool/downloadFileDetail.vue b/src/views/tool/downloadFileDetail.vue
index 123900e..cecbb19 100644
--- a/src/views/tool/downloadFileDetail.vue
+++ b/src/views/tool/downloadFileDetail.vue
@@ -37,6 +37,10 @@
+
+
+
+
@@ -115,6 +119,7 @@
this.getDocList()
},
handlePriew(row){
+ console.info("1111111==============")
this.previewUrl = process.env.VUE_APP_TOOL_TECH_FILE_VIEW_API + '/onlinePreview?url=' + encodeURIComponent(Base64.encode(process.env.VUE_APP_BASE_API + row.docUrl));
this.viewDialogTitle = '文档在线预览'
this.viewDialogOpen = true;
@@ -297,6 +302,9 @@
this.$set(parentItem.replyContentSon, repIndex, '');
this.$set(parentItem.showReplyFormSon, repIndex, false);
},
+ handleBeforeClose() {
+ this.viewDialogOpen = false
+ }
}
}
diff --git a/src/views/tool/index.vue b/src/views/tool/index.vue
index 254ff9e..2ac849b 100644
--- a/src/views/tool/index.vue
+++ b/src/views/tool/index.vue
@@ -29,7 +29,7 @@
style="width: 240px"
>
-
+
+
+
+
+