代办事项审核bug修复
This commit is contained in:
@ -158,9 +158,9 @@ export default {
|
||||
this.$router.back()
|
||||
},
|
||||
async submitBtn(){
|
||||
if(this.carNum || this.selectedOption || this.isJoin){
|
||||
this.$toast('必填字段未填写')
|
||||
}else{
|
||||
// if(this.carNum || this.selectedOption || this.isJoin){
|
||||
// this.$toast('必填字段未填写')
|
||||
// }else{
|
||||
await saveVehicle({
|
||||
vehicleId:this.id ? this.id : '',
|
||||
plateNumber:this.carNum ? this.carNum :'',
|
||||
@ -177,7 +177,7 @@ export default {
|
||||
this.$router.back();
|
||||
},2000)
|
||||
}
|
||||
},
|
||||
// },
|
||||
},
|
||||
components:{
|
||||
CellGroup,
|
||||
|
Reference in New Issue
Block a user