Merge branch 'feature/【GFRS-2282】电投验证码优化' into dev

This commit is contained in:
pangxingyue
2021-03-05 18:31:48 +08:00

View File

@@ -585,12 +585,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'