This commit is contained in:
cclu 2023-03-31 19:10:22 +08:00
parent cb36f0ba40
commit 51c3bbee2c

View File

@ -294,10 +294,13 @@ export default {
request.$webGet('CommercialApi/Revenue/GetSPBayonetList',{ request.$webGet('CommercialApi/Revenue/GetSPBayonetList',{
Statistics_Date: this.time, Statistics_Date: this.time,
Province_Code:'340000', Province_Code:'340000',
Serverpart_ID :this.Serverpart_ID Serverpart_ID :this.Serverpart_ID,
GroupType:2
}).then(res=>{ }).then(res=>{
console.log('getPercentEntry',res) console.log('getPercentEntry',res)
this.percentEntryDataAll = [ res.Result_Data.List, [res.Result_Data.List[1]], [res.Result_Data.List[2]]] this.percentEntryDataAll = [ res.Result_Data.List, [res.Result_Data.List[0]], [res.Result_Data.List[1]]]
console.log('this.percentEntryDataAll',this.percentEntryDataAll)
console.log('this.percentEntryDataAll[this.selectTab]',this.percentEntryDataAll[2])
this.percentEntryData = this.percentEntryDataAll[this.selectTab] this.percentEntryData = this.percentEntryDataAll[this.selectTab]
}) })
} }