From 4d2251a4054b3d799a9ee8d0c04da82cbd6f34a2 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 30 一月 2024 15:05:11 +0800
Subject: [PATCH] 开发业务接口

---
 platform/src/components/common/ImportButton.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/platform/src/components/common/ImportButton.vue b/platform/src/components/common/ImportButton.vue
index 04510be..117dc3d 100644
--- a/platform/src/components/common/ImportButton.vue
+++ b/platform/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"/>
+    <ImportWindow :action="action" :template-path="templatePath" :template-name="templateName" ref="importWindow" @success="handleSuccess"/>
   </div>
 </template>
 

--
Gitblit v1.9.3