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