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" > - + + +