暂时去掉调用保存接口

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-12-22 17:30:40 +08:00
parent 008634fdd2
commit 3780cb490b

View File

@@ -1005,37 +1005,37 @@
this.$toast('请选择保单形式') this.$toast('请选择保单形式')
return false return false
} else { } else {
let params = { // let params = {
orderType: 'APPNT_ORDER', // orderType: 'APPNT_ORDER',
orderDTO: { // orderDTO: {
orderInfoDTO: { // orderInfoDTO: {
orderNo: this.$route.query.orderNo, // orderNo: this.$route.query.orderNo,
isElecCont: '' // isElecCont: ''
}, // },
appntDTO: this.appntDTO // appntDTO: this.appntDTO
} // }
} // }
if(this.isElecCont == '1') { // if(this.isElecCont == '1') {
params.orderDTO.orderInfoDTO.isElecCont = '0' // params.orderDTO.orderInfoDTO.isElecCont = '0'
} // }
saveOrUpdateOrderInfo(params).then(res => { // saveOrUpdateOrderInfo(params).then(res => {
if(res.result == 0) { // if(res.result == 0) {
this.$jump({ // this.$jump({
flag: 'h5', // flag: 'h5',
extra: { // extra: {
forbidSwipeBack: '1', // forbidSwipeBack: '1',
url: location.origin + '/#' + thismyurl, // url: location.origin + '/#' + thismyurl,
needRefresh: '1' // needRefresh: '1'
}, // },
routerInfo: { // routerInfo: {
path: thismyurl // path: thismyurl
} // }
}) // })
} else { // } else {
this.$toast(res.resultMessage) // this.$toast(res.resultMessage)
} // }
}) // })
} // }
} else { } else {
this.$jump({ this.$jump({
flag: 'h5', flag: 'h5',