From a76c5c86ac9af71da45bf78c825a2c7aa843b4c8 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期五, 26 一月 2024 15:35:54 +0800 Subject: [PATCH] Revert "Mr.Shi" --- platform/src/components/common/ImportButton.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/platform/src/components/common/ImportButton.vue b/platform/src/components/common/ImportButton.vue index 04510be..117dc3d 100644 --- a/platform/src/components/common/ImportButton.vue +++ b/platform/src/components/common/ImportButton.vue @@ -1,7 +1,7 @@ <template> <div class="import-button"> <el-button type="primary" @click="$refs.importWindow.open(text)">{{text}}</el-button> - <ImportWindow :action="action" :template-path="templatePath" :template-name="templateName" ref="importWindow" @download="$emit('download')" @success="handleSuccess"/> + <ImportWindow :action="action" :template-path="templatePath" :template-name="templateName" ref="importWindow" @success="handleSuccess"/> </div> </template> -- Gitblit v1.9.3