diff --git a/src/views/promoter/user/index.vue b/src/views/promoter/user/index.vue index 303a00a..9a24a2a 100644 --- a/src/views/promoter/user/index.vue +++ b/src/views/promoter/user/index.vue @@ -352,7 +352,9 @@ export default { }, // 编辑分销员等级 setDistriLevel(row){ - this.$modalForm(distributionLevelUpdate(row.uid)) + this.$modalForm(distributionLevelUpdate(row.uid)).then(({ message }) => { + this.getList(''); + }); }, // 选择时间 selectChangeSpread(tab) {