From 5682d1a01f143db6ef073b38bf40a43feb34c143 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Fri, 22 Dec 2023 17:30:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E5=8E=BB=E6=8E=89=E8=B0=83?= =?UTF-8?q?=E7=94=A8=E4=BF=9D=E5=AD=98=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/SelectedProduct.vue | 62 +++++++++++------------ 1 file changed, 31 insertions(+), 31 deletions(-) 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',