From 1c7a34a34497107eb5bb4501bfd7ee0b72e5c9f7 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期四, 19 六月 2025 16:56:52 +0800 Subject: [PATCH] ss --- 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