diff --git a/src/views/ebiz/common/SelectedProduct.vue b/src/views/ebiz/common/SelectedProduct.vue index dbb2df79f..af3ba40a7 100644 --- a/src/views/ebiz/common/SelectedProduct.vue +++ b/src/views/ebiz/common/SelectedProduct.vue @@ -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',