From 3eb2395becef3d830c78fac11da428482bdad6a5 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Mon, 27 Feb 2023 14:29:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=94=80=E5=95=86=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages_promotion/fenxiao/apply_upgrade.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages_promotion/fenxiao/apply_upgrade.vue b/pages_promotion/fenxiao/apply_upgrade.vue index 8c79a06..1606b80 100644 --- a/pages_promotion/fenxiao/apply_upgrade.vue +++ b/pages_promotion/fenxiao/apply_upgrade.vue @@ -156,9 +156,10 @@ export default { success: res => { if (res.code === 0) { _this.$util.showToast({ - title: res.message, + title: '申请成功', success: function () { _this.getBaseInfo(); + _this.$forceUpdate(); } }); }else{