lijinlong
许宏杰 1 year ago
parent ad7e2ab887
commit 456b689fb5

@ -109,8 +109,8 @@ export default {
networkAppraiser().then(res=>{ networkAppraiser().then(res=>{
this.sjNum = res.data[0].pt this.sjNum = res.data[0].pt
this.bjNum = res.data[1].pt this.bjNum = res.data[1].pt
this.sjdata = Math.round(this.sjNum) this.sjdata = Math.round(this.bjNum)
this.bjdata = Math.round(this.bjNum) this.bjdata = Math.round(this.sjNum)
this.inItCylinder() this.inItCylinder()
}) })
}, },
@ -301,7 +301,7 @@ export default {
width: 130 width: 130
}, },
xAxis: { xAxis: {
data: ['上级'], data: ['上级',],
show: false show: false
}, },
yAxis: { yAxis: {

Loading…
Cancel
Save