fix: 增加账户状态功能优化完善。
This commit is contained in:
@@ -113,6 +113,7 @@ const data = reactive({
|
||||
queryBankCardLendParams: {
|
||||
pageNum: 1,
|
||||
type: '3',
|
||||
status: '1',
|
||||
lendType: '2',
|
||||
pageSize: 1000
|
||||
},
|
||||
|
||||
@@ -95,6 +95,7 @@ const data = reactive({
|
||||
pageNum: 1,
|
||||
type: '3',
|
||||
lendType: '2',
|
||||
status: '1',
|
||||
pageSize: 100
|
||||
},
|
||||
queryParams: {
|
||||
|
||||
Reference in New Issue
Block a user