From 7243d05010bde40a8c82b7cbbf904eeb35168cdd Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期二, 23 四月 2024 23:09:57 +0800
Subject: [PATCH] update

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

diff --git a/src/views/console/system/menu.vue b/src/views/console/system/menu.vue
index ea69a17..be597c7 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-01 18:24:25
+ * @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
 -->
@@ -43,8 +43,8 @@
 		<div>
 			<div class="dict-Btn">
 				<div class="dict-btn-bottom"> 
-					<el-button type="primary" @click="addPerson">+ 鏂板</el-button>
-					<el-button type="danger" plain @click="delPerson">鍒犻櫎</el-button>
+					<el-button type="primary" @click="addData">+ 鏂板</el-button>
+					<el-button type="danger" plain @click="delData">鍒犻櫎</el-button>
 				</div>
 			</div>
 			<div class="dict-table">
@@ -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= {
@@ -186,7 +185,7 @@
 				})
 			},
 			//娣诲姞
-			addPerson(){
+			addData(){
 				this.dialog.save = true
 				this.$nextTick(() => {
 					this.$refs.saveDialog.open()
@@ -216,7 +215,7 @@
 			handleSelectionChange(selection) {
 				this.selection = selection;
 			},
-			delPerson() {
+			delData() {
 				if(this.selection.length == 0) {
 					this.$message({
 			          message: '璇烽�夋嫨鑷冲皯涓�鏉℃暟鎹�',

--
Gitblit v1.9.3