From 89e540640b87f4be8656a5bc78f4a5dbcdf1c21f Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期二, 01 七月 2025 15:53:41 +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