doum
2026-04-30 146cd503d32b415d11fb4109ad106063310cc726
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) {