From e38e5b1c280de4af69f23c2527655e3caa644a63 Mon Sep 17 00:00:00 2001 From: woody Date: Wed, 24 Sep 2025 15:52:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(config):=20=E4=BF=AE=E5=A4=8D=E7=9B=B4?= =?UTF-8?q?=E6=8E=A8=E9=85=8D=E7=BD=AE=E5=BC=80=E5=85=B3=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/marketing/directRanking/config.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/marketing/directRanking/config.vue b/src/views/marketing/directRanking/config.vue index b0b370b..b8908a8 100644 --- a/src/views/marketing/directRanking/config.vue +++ b/src/views/marketing/directRanking/config.vue @@ -10,9 +10,9 @@ @@ -20,9 +20,9 @@ @@ -73,14 +73,16 @@ export default { setMemberDirectPush(val) { setMemberDirectPush(val).then(res => { if (res.code === 200) { - this.pushPeople = res.data + this.$message.success('操作成功') + this.pushPeople = val } }) }, setMemberDirectPushAmount(val) { setMemberDirectPushAmount(val).then(res => { if (res.code === 200) { - this.pushAmount = res.data + this.$message.success('操作成功') + this.pushAmount = val } }) }