From 995de194b544f89d34726c123a554d78803775ff Mon Sep 17 00:00:00 2001 From: zhaoyongnian <541231643@qq.com> Date: Mon, 14 Sep 2020 15:59:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../partyVan/components/enterSituation/enterSituation.ts | 3 +++ 1 file changed, 3 insertions(+) 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 = []