From 2590d28b46dc60a4a6f1eee4a273873eae0b3219 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Mon, 25 Dec 2023 13:54:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=88=86=E9=94=80?= =?UTF-8?q?=E5=95=86=E5=88=97=E8=A1=A8=20-=20=E4=BF=A1=E6=81=AF=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=90=8E=E6=9C=AA=E5=88=B7=E6=96=B0=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=EF=BC=8C=E4=BE=9D=E7=84=B6=E6=98=BE=E7=A4=BA=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=9A=84=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/promoter/user/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) {