|
|
@@ -6695,8 +6695,8 @@ export default {
|
|
|
this.sypremium = res.data.sypremium;//商业
|
|
|
this.taxamount = res.data.taxamount;//车船税
|
|
|
this.jypremium = res.data.jypremium;//驾意险
|
|
|
- this.jqstartdate = res.data.jqstartdate;//交强起保日期
|
|
|
- this.systartdate = res.data.systartdate;//商业起保日期
|
|
|
+ this.jqstartdate = res.data.jqStartDate;//交强起保日期
|
|
|
+ this.systartdate = res.data.syStartDate;//商业起保日期
|
|
|
// this.mobile = res.data.applyinfo.mobile;//投保人手机号
|
|
|
this.$nextTick(() => {
|
|
|
this.creatQrCode(res.data.qrCodeUrl);
|