yz3456
2024-05-30 76a4229ac4671f524cbd9f04a5cfae120e928bdd
修改了289bug
1个文件已修改
5 ■■■■■ 已修改文件
ruoyi-ui/src/views/system/family/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | 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);