MrShi
2026-05-08 8a899e63502939dbf034b90ba46741e0faa9023c
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'
                  }
               }
            })