From de39945b61c0ae3ad0acc39e889514b6c2dddda6 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 09 七月 2025 18:26:09 +0800
Subject: [PATCH] 提交
---
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