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(); } }) }