|
|
|
@ -773,6 +773,7 @@ import { calcMom, calcYoy, checkNotEmpty, getDateStr, lastYearDate } from '../.. |
|
|
|
content:params.id == undefined ? "您确认提交该条报送数据?" : "您确认将该条数据进行修改?", |
|
|
|
content:params.id == undefined ? "您确认提交该条报送数据?" : "您确认将该条数据进行修改?", |
|
|
|
success:(res) =>{ |
|
|
|
success:(res) =>{ |
|
|
|
if(res.confirm){ |
|
|
|
if(res.confirm){ |
|
|
|
|
|
|
|
params.isPassengerCountConvert = 0; |
|
|
|
console.log(params) |
|
|
|
console.log(params) |
|
|
|
this.$request(getApp().globalData.baseUrl + '/api/biz/roadtransport/road/saveOrUpdate',params,'POST').then(res =>{ |
|
|
|
this.$request(getApp().globalData.baseUrl + '/api/biz/roadtransport/road/saveOrUpdate',params,'POST').then(res =>{ |
|
|
|
if(res.code == 200){ |
|
|
|
if(res.code == 200){ |
|
|
|
|