haizhouwang hace 2 años
padre
commit
45bafc5d3f
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 2 2
      src/views/Letter/Letter.vue
  2. 2 2
      src/views/Letter/Orderlist.vue

+ 2 - 2
src/views/Letter/Letter.vue

@@ -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);

+ 2 - 2
src/views/Letter/Orderlist.vue

@@ -2105,8 +2105,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);