修改顶级字典后同步更新下属字典的编号

dev
smallchill 5 years ago
parent 4cd3175f71
commit 97b513c3d8
  1. 1
      src/views/system/dict.vue

@ -214,6 +214,7 @@
type: "success", type: "success",
message: "操作成功!" message: "操作成功!"
}); });
this.onLoadChild(this.pageChild);
done(); done();
}, error => { }, error => {
window.console.log(error); window.console.log(error);

Loading…
Cancel
Save