Commit c38a0ea4 authored by xxx's avatar xxx

1

parent d7fcd3c1
......@@ -633,6 +633,9 @@ export default {
})
}
});
httpPostForJson(faultDayAdd,{fault:'路障申报',lat:lat,lon:lon,carcode:that.carnumber}).then((res) => {});
httpPostForJson(faultMonthAdd,{fault:'路障申报',lat:lat,lon:lon,carcode:that.carnumber}).then((res) => {});
httpPostForJson(faultYearAdd,{fault:'路障申报',lat:lat,lon:lon,carcode:that.carnumber}).then((res) => {});
}else{
this.$notify({
title: '暂无车辆位置,无法提交路障申报!',
......
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