Browse Source

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

smallchill 5 năm trước cách đây
mục cha
commit
97b513c3d8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/system/dict.vue

+ 1 - 0
src/views/system/dict.vue

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