From 84c6ad2763a97ba8e2481e5533bcd285a8e6d0f3 Mon Sep 17 00:00:00 2001 From: pangxingyue <120277894@qq.com> Date: Fri, 5 Mar 2021 18:31:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AA=8C=E8=AF=81=E7=A0=81=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/AccountInformation.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/ebiz/sale/AccountInformation.vue b/src/views/ebiz/sale/AccountInformation.vue index 510957cfc..3ec1eccf4 100644 --- a/src/views/ebiz/sale/AccountInformation.vue +++ b/src/views/ebiz/sale/AccountInformation.vue @@ -580,12 +580,13 @@ export default { } saveInformation(data).then(res => { if (res.result == '0') { - window.localStorage.setItem('accountInformationRadio', this.radio) - this.orderInfoDTO.validateCustomerFlag = '0' + window.localStorage.setItem('accountInformationRadio', this.radio) this.$jump({ flag: 'h5', extra: { - url: location.origin + '/#/sale/attachmentManagement' + url: location.origin + '/#/sale/attachmentManagement', + forbidSwipeBack: '1', + needRefresh: '1' }, routerInfo: { path: '/sale/attachmentManagement'