修复:分销商列表 - 信息修改后未刷新信息,依然显示修改的信息

This commit is contained in:
wuhui_zzw 2023-12-25 13:54:43 +08:00
parent 50f97ef8fd
commit 2590d28b46
1 changed files with 3 additions and 1 deletions

View File

@ -352,7 +352,9 @@ export default {
},
//
setDistriLevel(row){
this.$modalForm(distributionLevelUpdate(row.uid))
this.$modalForm(distributionLevelUpdate(row.uid)).then(({ message }) => {
this.getList('');
});
},
//
selectChangeSpread(tab) {