|
@ -217,6 +217,9 @@ Component({ |
|
|
someMonthsType: this.data.condition.timeId ? this.data.condition.timeId : '0', |
|
|
someMonthsType: this.data.condition.timeId ? this.data.condition.timeId : '0', |
|
|
analysisType: '1' |
|
|
analysisType: '1' |
|
|
} |
|
|
} |
|
|
|
|
|
if(!this.data.condition.streetId) { // 9.14 必须传DeptId
|
|
|
|
|
|
return |
|
|
|
|
|
} |
|
|
try { |
|
|
try { |
|
|
const res:any = await getDynamicPercentAnalysis(para) |
|
|
const res:any = await getDynamicPercentAnalysis(para) |
|
|
const categoryList:Array<string> = [] |
|
|
const categoryList:Array<string> = [] |
|
|