Commit 4996e8af authored by 张锡奇's avatar 张锡奇

upload

parent c95616e4
......@@ -96,7 +96,7 @@ module.exports = [
meta:{
title: '返程统计',
showTabbar:true,
activeTab:1
activeTab:2
}
},
]
......
......@@ -205,6 +205,9 @@ export default {
...mapState({
baseData:state => state.healthStatistics.baseData,
})
},
watch:{
},
async mounted(){
this.openId=this.$route.query.openId;
......@@ -277,7 +280,7 @@ export default {
let res = await this.request('getHealthbacklog',{
data:[
{key:'url',value:'statistical_details_data'},
{key:'iCompanyId',value: this.baseData.iCompanyId}
{key:'iCompanyId',value: this.$route.query.iCompanyId}
],
params:{},
},'加载中',{});
......
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