From 3007cbf86ea42756be4d5bf4f81e0d56d6150c67 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期一, 07 十月 2024 00:52:48 +0800
Subject: [PATCH] Merge branch 'release' of http://122.9.151.159:9090/r/smart-web into release
---
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