抢单记录完成
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user