From ba99e47757b612d32882acdb018624ec6e9d124b Mon Sep 17 00:00:00 2001 From: duanliangtao Date: Fri, 8 Dec 2023 18:43:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B1=E6=80=A7=E9=9C=80=E6=B1=82=E5=88=97?= =?UTF-8?q?=E8=A1=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dataBoard/overview/components/MapDialog/DemandList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dataBoard/overview/components/MapDialog/DemandList.vue b/src/views/dataBoard/overview/components/MapDialog/DemandList.vue index 68b5c7afa..d07755675 100644 --- a/src/views/dataBoard/overview/components/MapDialog/DemandList.vue +++ b/src/views/dataBoard/overview/components/MapDialog/DemandList.vue @@ -129,7 +129,7 @@ export default { }, getCommonList() { this.$http.post('/governance/commonDemand/list', { - categoryCode: this.categoryCode, + parentCategoryCode: this.categoryCode, assignFlag: '0', pageNo: this.queryParams.pageNo }).then(res => {