doum
2026-04-30 1d85389aca70aa7536e01639fab863d4259753b2
app/pages/certification-details/certification-details.vue
@@ -141,7 +141,7 @@
                  this.carTypeList = res.data
                  if (carType) {
                     const selectedCarType = this.carTypeList.find(item => item.id === carType)
                     this.needLicense = selectedCarType && selectedCarType.otherField === 1
                     this.needLicense = selectedCarType && selectedCarType.otherField === '1'
                  }
               }
            })