暂时去掉调用保存接口

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