From 146cd503d32b415d11fb4109ad106063310cc726 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 30 四月 2026 15:17:40 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
app/pages/driver-certification/driver-certification.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/app/pages/driver-certification/driver-certification.vue b/app/pages/driver-certification/driver-certification.vue
index 24db586..6dd2547 100644
--- a/app/pages/driver-certification/driver-certification.vue
+++ b/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) {
--
Gitblit v1.9.3