From 80f38ba659e9a58a834806d981575e6a9217d3e5 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期三, 08 五月 2024 18:23:59 +0800
Subject: [PATCH] 1

---
 src/views/console/system/menu.vue |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/views/console/system/menu.vue b/src/views/console/system/menu.vue
index 5745c15..1508f3f 100644
--- a/src/views/console/system/menu.vue
+++ b/src/views/console/system/menu.vue
@@ -2,7 +2,7 @@
  * @Author: lzhe lzhe@example.com
  * @Date: 2024-03-26 10:28:33
  * @LastEditors: lzhe lzhe@example.com
- * @LastEditTime: 2024-04-02 11:56:39
+ * @LastEditTime: 2024-04-07 11:54:15
  * @FilePath: /smart-web/src/views/master/person/main/index.vue
  * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 -->
@@ -124,7 +124,7 @@
 		methods: {
 			handleSuccess(formAddMenu) {
 				this.searchData.parentId = formAddMenu.parentId;
-				this.searchClearBtn();
+				this.clearSearch();
 			},
 			tableLoad(row,treeNode,resolve) {
 				this.searchData.parentId= row.id;
@@ -133,7 +133,6 @@
 						resolve(res.data);
 					}
 				})
-
 			},
 			clearSearch() {
 				this.searchData= {
@@ -193,7 +192,6 @@
 				})
 			},
 			table_edit(row,index,fixed){
-				this.dialog.save = true
 				this.$HTTP.get("/api/blade-system/menu/detail?id="+row.id).then(res=> {
 					if(res.code == 200) {
 						this.dialog.save = true;

--
Gitblit v1.9.3