diff --git a/src/views/invest/accountDealRecord/index.vue b/src/views/invest/accountDealRecord/index.vue index 1a0208f..6743b17 100644 --- a/src/views/invest/accountDealRecord/index.vue +++ b/src/views/invest/accountDealRecord/index.vue @@ -10,7 +10,7 @@ - + @@ -86,7 +86,7 @@ - + diff --git a/src/views/invest/creditCardBill/index.vue b/src/views/invest/creditCardBill/index.vue index e784d13..24b0fbf 100644 --- a/src/views/invest/creditCardBill/index.vue +++ b/src/views/invest/creditCardBill/index.vue @@ -200,7 +200,7 @@ const data = reactive({ queryCreditCardParams: { pageNum: 1, type: '2', - pageSize: 10 + pageSize: 100 }, rules: { billDate: [{ required: true, message: '账单日不能为空', trigger: 'blur' }], diff --git a/src/views/invest/creditCardDealAnalysis/index.vue b/src/views/invest/creditCardDealAnalysis/index.vue index 7318de8..1513dd9 100644 --- a/src/views/invest/creditCardDealAnalysis/index.vue +++ b/src/views/invest/creditCardDealAnalysis/index.vue @@ -5,7 +5,7 @@ - + diff --git a/src/views/invest/creditInstallmentHistory/index.vue b/src/views/invest/creditInstallmentHistory/index.vue index fcf3d0e..6f2bb6a 100644 --- a/src/views/invest/creditInstallmentHistory/index.vue +++ b/src/views/invest/creditInstallmentHistory/index.vue @@ -8,7 +8,7 @@ - + @@ -60,7 +60,7 @@ {{ parseTime(scope.row.closeDate, '{y}-{m}-{d}') }} --> - + @@ -98,7 +98,7 @@ - + diff --git a/src/views/invest/creditInstallmentSettledAnalysis/index.vue b/src/views/invest/creditInstallmentSettledAnalysis/index.vue index 0bf09ad..38cd8bf 100644 --- a/src/views/invest/creditInstallmentSettledAnalysis/index.vue +++ b/src/views/invest/creditInstallmentSettledAnalysis/index.vue @@ -122,7 +122,7 @@ - + diff --git a/src/views/invest/creditQueryRecord/index.vue b/src/views/invest/creditQueryRecord/index.vue index 0b16aac..9c58c82 100644 --- a/src/views/invest/creditQueryRecord/index.vue +++ b/src/views/invest/creditQueryRecord/index.vue @@ -41,7 +41,7 @@
- + --> - + @@ -99,7 +99,7 @@ - + diff --git a/src/views/invest/onlineLendSettledAnalysis/index.vue b/src/views/invest/onlineLendSettledAnalysis/index.vue index 1abf6aa..e0c2a54 100644 --- a/src/views/invest/onlineLendSettledAnalysis/index.vue +++ b/src/views/invest/onlineLendSettledAnalysis/index.vue @@ -122,7 +122,7 @@ - + diff --git a/src/views/invest/posTransferRecord/index.vue b/src/views/invest/posTransferRecord/index.vue index 47f1c1a..e107865 100644 --- a/src/views/invest/posTransferRecord/index.vue +++ b/src/views/invest/posTransferRecord/index.vue @@ -10,7 +10,7 @@ - + @@ -43,7 +43,7 @@ - + @@ -76,7 +76,7 @@ - + @@ -202,13 +202,6 @@ function getPosMachineList() { }) } -/** 查询投资账户管理列表 */ -function getFutruesStocksList() { - listAccounts(queryFutruesStocksParams.value).then((response) => { - futruesStocksList.value = response.rows - }) -} - /** 查询POS机刷卡列表 */ function getList() { loading.value = true @@ -361,7 +354,6 @@ function handleExport() { `accountsTransferRecord_${new Date().getTime()}.xlsx` ) } -getFutruesStocksList() getPosMachineList() getBankCardLendList() getList()