@@ -1128,6 +1128,13 @@
})
return true
}
+ if(!this.dataDetails.vehicleType){
+ this.$refs.uToast.show({
+ type: 'error',
+ message: "行驶证车辆类型不能为空!",
+ })
+ return true
+ }
if (this.dataDetails.vehicleType.length<2||this.dataDetails.vehicleType.length>10) {
this.$refs.uToast.show({
type: 'error',