mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 20:46:44 +08:00
暂时去掉调用保存接口
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user