fix: 增加账户状态功能优化完善。

This commit is contained in:
tianyongbao
2024-07-18 19:26:22 +08:00
parent 0ad573e209
commit 6cff60c160
46 changed files with 360 additions and 36 deletions

View File

@@ -170,7 +170,7 @@
filterPanel: false,
queryAccountParams: {
pageNum: 1,
state: '1',
status: '1',
pageSize: 100
},
queryParams: {

View File

@@ -166,6 +166,7 @@ import { listBankcardLend } from '@/api/invest/bankcardlend'
queryAccountParams: {
pageNum: 1,
type: '2',
status: '1',
pageSize: 1000
},
queryParams: {

View File

@@ -166,6 +166,7 @@ import { listBankcardLend } from '@/api/invest/bankcardlend'
queryAccountParams: {
pageNum: 1,
type: '3',
status: '1',
lendType: '1',
pageSize: 1000
},