抢单记录完成

This commit is contained in:
aixianling
2022-02-25 11:52:22 +08:00
parent ce01784c46
commit f71db402d3

View File

@@ -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