From a27b2b1e241937cf60ff38e6e403ec164bc8224b Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 19 六月 2025 18:25:40 +0800
Subject: [PATCH] 111
---
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