Commit 6c4a2b17 authored by xxx's avatar xxx

1

parent 8413b7c5
......@@ -160,6 +160,13 @@ export default {
},
//提交申报
submitDeFn(){
if(this.from.carcode == ''){
this.$notify({
title: '请输入车辆号码!',
type: 'error',
duration: 2500
})
}else{
httpPostForJson(faultDayAdd,this.from).then((res) => {});
httpPostForJson(faultMonthAdd,this.from).then((res) => {});
httpPostForJson(faultYearAdd,this.from).then((res) => {});
......@@ -200,7 +207,9 @@ export default {
})
});
}
});
}
},
},
watch:{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment