From a68bf12a2975405f57f9a9d51b91c13a93c026f0 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 31 一月 2024 21:01:36 +0800
Subject: [PATCH] Mr.Shi
---
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