抢单记录完成
This commit is contained in:
@@ -64,8 +64,9 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getTableData() {
|
getTableData() {
|
||||||
|
let status = this.search.status || 999
|
||||||
this.instance.post("/appfinancingdemand/list", null, {
|
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 => {
|
}).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
this.tableData = res.data?.records
|
this.tableData = res.data?.records
|
||||||
|
|||||||
Reference in New Issue
Block a user