From b439336f0e404d9d9aebd800fb5ad00d8b20210d Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期二, 11 六月 2024 14:07:21 +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