From bad54f1918226a545e3d1fbb8d6c69faec117a8a Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期六, 27 四月 2024 21:49:10 +0800
Subject: [PATCH] update

---
 src/views/console/system/addMenu.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/views/console/system/addMenu.vue b/src/views/console/system/addMenu.vue
index f94a368..0b792e5 100644
--- a/src/views/console/system/addMenu.vue
+++ b/src/views/console/system/addMenu.vue
@@ -169,7 +169,6 @@
 			parentIdChange(val) {
 				var $parentId = this.$refs.parentTree.getCurrentNode().title;
 				this.formAddMenu.$parentId = $parentId;
-				alert(4)
 			},
 			belongApplicationChange(val) {
 				var $belongApplication =  this.applicationList.find(option=>option.code === val).name;

--
Gitblit v1.9.3