验证码返回刷新问题

This commit is contained in:
pangxingyue
2021-03-05 18:31:20 +08:00
parent ce660b8a39
commit 84c6ad2763

View File

@@ -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'