From 695a1d56442b734d44212269f1e4c44220f9d9f0 Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期二, 13 八月 2024 19:18:09 +0800 Subject: [PATCH] 完成了所有的分享模块 --- 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