修复字典管理新增缓存上级数据不匹配的问题

dev
smallchill 3 years ago
parent 10ed70e860
commit c3697aa610
  1. 3
      src/views/system/dict.vue
  2. 3
      src/views/system/dictbiz.vue

@ -240,6 +240,9 @@ export default {
const parentId = this.findObject(this.optionChild.column, "parentId");
parentId.value = row.id;
this.formChild.code = row.code;
this.formChild.parentId = row.id;
this.box = true;
this.onLoadChild(this.pageChild);
},

@ -240,6 +240,9 @@
const parentId = this.findObject(this.optionChild.column, "parentId");
parentId.value = row.id;
this.formChild.code = row.code;
this.formChild.parentId = row.id;
this.box = true;
this.onLoadChild(this.pageChild);
},

Loading…
Cancel
Save