选择产品页面保单形式字段接口入参选择电子(不打印保单)传递0 ,做一下数据处理

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2024-01-15 09:36:44 +08:00
parent ba94179c7f
commit bf81498b35

View File

@@ -1010,6 +1010,9 @@
orderNO: this.$route.query.orderNo,
isElecCont: this.isElecCont
}
if(this.isElecCont == '1') {
params.isElecCont = '0'
}
saveOrderType(params).then(res => {
if(res.result == 0) {
this.$jump({