DESKTOP-GC8JR4P\Administrator 2 년 전
부모
커밋
1fbf08bfc0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      pages/mine/driverCertificationNext.vue

+ 2 - 0
pages/mine/driverCertificationNext.vue

@@ -311,6 +311,8 @@
 														if(res.data.allowCar == 'A2' || res.data.allowCar == 'B2'){
 															_this.dataDetails.quasiDrivingVehicle = res.data.allowCar
 														}
+														let sdate = res.data.driverStartDate.substr(0,4)+"-"+res.data.driverStartDate.substr(4,2)+"-"+res.data.driverStartDate.substr(6,2)
+														_this.dataDetails.driverLicenseValidityStartDate = sdate
 														_this.dataDetails.lssuingAuthority = res.data.issuingAuthority
 														_this.$forceUpdate()
 													}