From 3f4328357a4bb89a3256b834e1ef2b07fc3c3d0e Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期日, 29 九月 2024 14:11:04 +0800
Subject: [PATCH] 1
---
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