From abfb9c09343be0dc9b9a702483afbd51c6040398 Mon Sep 17 00:00:00 2001 From: duanliangtao Date: Fri, 8 Dec 2023 17:22:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E6=80=A7=E6=9C=8D=E5=8A=A1=E7=9A=84?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=9A=84=E6=8E=A5=E5=8F=A3=E6=9B=B4=E6=94=B9?= 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 8e9631c0f..68b5c7afa 100644 --- a/src/views/dataBoard/overview/components/MapDialog/DemandList.vue +++ b/src/views/dataBoard/overview/components/MapDialog/DemandList.vue @@ -116,7 +116,7 @@ export default { this.$http.post('/governance/userdemand/pagelist', { categoryCode: this.categoryCode, level: 1, - undoneStatus: 'undone', + undoneStauts: 'undone', pageNo: this.queryParams.pageNo }).then(res => { this.loading = false