mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-18 06:16:43 +08:00
选择产品页面保单形式字段接口入参选择电子(不打印保单)传递0 ,做一下数据处理
This commit is contained in:
@@ -1010,6 +1010,9 @@
|
|||||||
orderNO: this.$route.query.orderNo,
|
orderNO: this.$route.query.orderNo,
|
||||||
isElecCont: this.isElecCont
|
isElecCont: this.isElecCont
|
||||||
}
|
}
|
||||||
|
if(this.isElecCont == '1') {
|
||||||
|
params.isElecCont = '0'
|
||||||
|
}
|
||||||
saveOrderType(params).then(res => {
|
saveOrderType(params).then(res => {
|
||||||
if(res.result == 0) {
|
if(res.result == 0) {
|
||||||
this.$jump({
|
this.$jump({
|
||||||
|
|||||||
Reference in New Issue
Block a user