From 76a4229ac4671f524cbd9f04a5cfae120e928bdd Mon Sep 17 00:00:00 2001
From: yz3456 <2753272399@qq.com>
Date: 星期四, 30 五月 2024 15:54:22 +0800
Subject: [PATCH] 修改了289bug
---
ruoyi-ui/src/views/system/family/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/ruoyi-ui/src/views/system/family/index.vue b/ruoyi-ui/src/views/system/family/index.vue
index 4ccfd06..a362c8a 100644
--- a/ruoyi-ui/src/views/system/family/index.vue
+++ b/ruoyi-ui/src/views/system/family/index.vue
@@ -432,16 +432,17 @@
/** 鏂板鎸夐挳鎿嶄綔 */
handleAdd() {
this.reset();
- this.ts = false;
+ this.ts = false;
// this.getMenuTreeselect();
this.open = true;
this.title = "娣诲姞瀹跺涵鍙�";
},
/** 淇敼鎸夐挳鎿嶄綔 */
handleUpdate(row) {
+
this.reset();
// alert(row.fid)
- this.ts = true
+ // this.ts = true
this.$set(this.form, "fid", row.fid);
this.$set(this.form, "id", row.id);
this.$set(this.form, "name", row.name);
--
Gitblit v1.9.1