From daf851b78a3f95aadfc0f56f326facaf8f69455f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Tue, 1 Apr 2025 16:23:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/core/components/XmPhaseByMenu.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/xm/core/components/XmPhaseByMenu.vue b/src/views/xm/core/components/XmPhaseByMenu.vue index fa37232e..2d7de03c 100644 --- a/src/views/xm/core/components/XmPhaseByMenu.vue +++ b/src/views/xm/core/components/XmPhaseByMenu.vue @@ -61,7 +61,7 @@ import { ElMessageBox } from 'element-plus' export default { props: [ 'selProject'], - emits:['importTpl'], + emits:['importMenu'], computed: { ...mapState(useUserStore, ['userInfo', 'roles']), @@ -121,7 +121,7 @@ export default { this.load.import=false; if(tips.isOk){ this.$refs['menuDialog'].close(); - this.$emit('importTpl',params) + this.$emit('importMenu',params) this.$notify.success('导入成功') }else{ this.$notify.error(tips.msg)