From 38fcdfdb705f603cc57ccb5d2ea1eda6cddc80f9 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 20 Apr 2022 17:55:05 +0800 Subject: [PATCH] BUG 29193 --- project/sanjianxi/apps/AppHelpByNeighbours/hbnAuditList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/sanjianxi/apps/AppHelpByNeighbours/hbnAuditList.vue b/project/sanjianxi/apps/AppHelpByNeighbours/hbnAuditList.vue index a9bca45a..65ebd87b 100644 --- a/project/sanjianxi/apps/AppHelpByNeighbours/hbnAuditList.vue +++ b/project/sanjianxi/apps/AppHelpByNeighbours/hbnAuditList.vue @@ -75,7 +75,7 @@ export default { methods: { getTableData() { this.instance.post("/app/apppartyfourlinkage/list", null, { - params: {...this.page, ...this.search} + params: {...this.page, ...this.search, status: 0} }).then(res => { if (res?.data) { this.tableData = res.data?.records