ruoyi-ui/src/views/system/family/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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);