diff --git a/src/subpages/basicReality/pages/index/components/partyVan/components/enterSituation/enterSituation.ts b/src/subpages/basicReality/pages/index/components/partyVan/components/enterSituation/enterSituation.ts index aff2822..90c425b 100644 --- a/src/subpages/basicReality/pages/index/components/partyVan/components/enterSituation/enterSituation.ts +++ b/src/subpages/basicReality/pages/index/components/partyVan/components/enterSituation/enterSituation.ts @@ -217,6 +217,9 @@ Component({ someMonthsType: this.data.condition.timeId ? this.data.condition.timeId : '0', analysisType: '1' } + if(!this.data.condition.streetId) { // 9.14 必须传DeptId + return + } try { const res:any = await getDynamicPercentAnalysis(para) const categoryList:Array = []