From 9057e04efad1b7d61c77a72e5c37a504d0aee935 Mon Sep 17 00:00:00 2001 From: doum <doum> Date: 星期五, 26 九月 2025 09:24:03 +0800 Subject: [PATCH] H5静态化 --- admin/src/components/common/ImportButton.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/src/components/common/ImportButton.vue b/admin/src/components/common/ImportButton.vue index 04510be..c81eb37 100644 --- a/admin/src/components/common/ImportButton.vue +++ b/admin/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"/> + <el-button @click="$refs.importWindow.open(text)">{{text}}</el-button> + <ImportWindow :action="action" :template-path="templatePath" :template-name="templateName" ref="importWindow" @success="handleSuccess"/> </div> </template> -- Gitblit v1.9.3