From f1eeb4695d8aa6800faa8ab66afaa0c4b0b935a4 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 31 Jul 2025 17:20:39 +0800 Subject: [PATCH] =?UTF-8?q?2025-07-31=20=E5=9F=BA=E7=A1=80=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/sys/menu-add-or-update.vue | 11 +++++------ src/views/modules/sys/menu.vue | 1 - 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/views/modules/sys/menu-add-or-update.vue b/src/views/modules/sys/menu-add-or-update.vue index f15e0a0..72e4ece 100644 --- a/src/views/modules/sys/menu-add-or-update.vue +++ b/src/views/modules/sys/menu-add-or-update.vue @@ -11,11 +11,11 @@ {{ type }} - - + + - - + + { this.menuList = treeDataTranslate(data.menuList, 'menuId') - console.log( this.menuList) }).then(() => { this.visible = true this.$nextTick(() => { @@ -216,7 +215,7 @@ searchFunctionButtonList(queryButton).then(({data}) => { if (data.code == 0 && data.data) { this.buttons = data.data - this.typeList= [this.buttons.type1,this.buttons.type2,this.buttons.type3] + this.typeList= [this.buttons.type1, this.buttons.type2, this.buttons.type3] } }) }, diff --git a/src/views/modules/sys/menu.vue b/src/views/modules/sys/menu.vue index 7280733..a5bcfee 100644 --- a/src/views/modules/sys/menu.vue +++ b/src/views/modules/sys/menu.vue @@ -38,7 +38,6 @@ align="center" :label="buttons.type||'类型'">