|
@ -291,14 +291,17 @@ export default { |
|
|
|
|
|
|
|
|
this.housePieInitState = false |
|
|
this.housePieInitState = false |
|
|
this.userPieInitState = false |
|
|
this.userPieInitState = false |
|
|
this.getHousechart() |
|
|
await this.getHousechart() |
|
|
this.getUserchart() |
|
|
await this.getUserchart() |
|
|
|
|
|
await this.getSubuserhouselist() |
|
|
|
|
|
this.dataLoading = false |
|
|
|
|
|
|
|
|
|
|
|
await nextTick(500) |
|
|
|
|
|
|
|
|
this.getHousePie() |
|
|
this.getHousePie() |
|
|
this.getUserPie() |
|
|
this.getUserPie() |
|
|
|
|
|
|
|
|
await this.getSubuserhouselist() |
|
|
|
|
|
this.dataLoading = false |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
housePieInitOk (dom) { |
|
|
housePieInitOk (dom) { |
|
@ -610,7 +613,7 @@ export default { |
|
|
this.runNum = this.runNum - cutNum |
|
|
this.runNum = this.runNum - cutNum |
|
|
|
|
|
|
|
|
let orgData = this.runAgencyArray[index] |
|
|
let orgData = this.runAgencyArray[index] |
|
|
console.log('----------------',orgData) |
|
|
console.log('----------------', orgData) |
|
|
|
|
|
|
|
|
for (let i = 0; i < cutNum; i++) { |
|
|
for (let i = 0; i < cutNum; i++) { |
|
|
this.runAgencyArray.pop() |
|
|
this.runAgencyArray.pop() |
|
|