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 => {