app/pages/driver-certification/driver-certification.vue
@@ -510,7 +510,8 @@ const { id, text } = e.value[0] this.vehicleForm.carType = id const selectedCarType = this.carTypeList.find(item => item.id === id) this.needLicense = selectedCarType && selectedCarType.otherField === 1 console.log(selectedCarType) this.needLicense = selectedCarType && selectedCarType.otherField === '1' this.showCarTypePicker = false }, openDatePicker(mode) {