From 14dc34dc867defbbcd798ef2fef4f82ad55de6bc Mon Sep 17 00:00:00 2001 From: "382696293@qq.com" <382696293@qq.com> Date: Fri, 2 Feb 2024 09:23:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=B7=E6=96=B0=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flossom-ui/src/views/system/member/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flossom-ui/src/views/system/member/index.vue b/flossom-ui/src/views/system/member/index.vue index e1dc9b2..89d1503 100644 --- a/flossom-ui/src/views/system/member/index.vue +++ b/flossom-ui/src/views/system/member/index.vue @@ -2353,8 +2353,8 @@ export default { ).then((Response) => { this.$modal.msgSuccess('批量添加小程序标签成功'); this.cancelMiniProgramDialog(true) + this.getList(); }) - this.getList(); } }) } @@ -2368,8 +2368,8 @@ export default { ).then((Response) => { this.$modal.msgSuccess('批量删除小程序标签成功') this.cancelMiniProgramDialog(true) + this.getList(); }) - this.getList(); } }) } @@ -2383,8 +2383,8 @@ export default { ).then((Response) => { this.$modal.msgSuccess('全量添加小程序标签成功') this.cancelMiniProgramDialog(true) + this.getList(); }) - this.getList(); } }) } @@ -2398,8 +2398,8 @@ export default { ).then((Response) => { this.$modal.msgSuccess('全量删除小程序标签成功') this.cancelMiniProgramDialog(true) + this.getList(); }) - this.getList(); } }) } @@ -2411,8 +2411,8 @@ export default { batchChangIntegral(this.ids, this.integralForm).then((Response) => { this.$modal.msgSuccess('批量操作积分成功') this.cancelIntegralDialog(true) + this.getList(); }) - this.getList(); } }) } @@ -2424,9 +2424,9 @@ export default { (Response) => { this.$modal.msgSuccess('批量操作积分成功') this.cancelIntegralDialog(true) + this.getList(); } ) - this.getList(); } }) }