From f71db402d33ef6b04ac6f6fb0f8b5613e5f2db8e Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 25 Feb 2022 11:52:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A2=E5=8D=95=E8=AE=B0=E5=BD=95=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/xiushan/apps/financing/AppGrabLog/grabList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/xiushan/apps/financing/AppGrabLog/grabList.vue b/project/xiushan/apps/financing/AppGrabLog/grabList.vue index f113a183..e4afaa90 100644 --- a/project/xiushan/apps/financing/AppGrabLog/grabList.vue +++ b/project/xiushan/apps/financing/AppGrabLog/grabList.vue @@ -64,8 +64,9 @@ export default { }, methods: { getTableData() { + let status = this.search.status || 999 this.instance.post("/appfinancingdemand/list", null, { - params: {...this.page, ...this.search, organizationId: this.user.financeUser?.organizationId} + params: {...this.page, ...this.search, organizationId: this.user.financeUser?.organizationId, status} }).then(res => { if (res?.data) { this.tableData = res.data?.records