Commit b7f92bb1 authored by 黄奎's avatar 黄奎

车辆统计修改

parent 565b3389
......@@ -92,7 +92,8 @@
data() {
return {
loading: false,
DataObj: {}
DataObj: {},
TCIDS:""
}
},
......@@ -105,7 +106,14 @@
},
GetData() {
this.apipost('bus_Get_GetBusDownLoadData', {TCIDs:this.TCIDS}, res => {
console.log("res",res);
if (res.data.resultCode == 1) {
} else {
this.Error(res.data.message);
}
}, err => {})
},
SaveData()
{
......@@ -113,6 +121,7 @@
}
},
mounted() {
this.TCIDS = this.$route.query.TCID;
this.GetData();
},
}
......
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