From 8617b88f63fc1d2c80214e492d6821c1de72a425 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sat, 15 Jun 2024 15:54:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/invest/accountDealRecord/index.vue | 4 ++-- src/views/invest/creditCardBill/index.vue | 2 +- src/views/invest/creditCardDealAnalysis/index.vue | 2 +- .../invest/creditInstallmentHistory/index.vue | 6 +++--- .../creditInstallmentSettledAnalysis/index.vue | 2 +- src/views/invest/creditQueryRecord/index.vue | 6 +++--- src/views/invest/creditTransferRecord/index.vue | 6 +++--- src/views/invest/debitDealAnalysis/index.vue | 2 +- src/views/invest/debitTransferRecord/index.vue | 8 ++++---- src/views/invest/investAccountDeal/index.vue | 4 ++-- src/views/invest/investDealAnalysis/index.vue | 2 +- src/views/invest/lendTransferRecord/index.vue | 8 ++++---- src/views/invest/onlineLendHistory/index.vue | 6 +++--- .../invest/onlineLendSettledAnalysis/index.vue | 2 +- src/views/invest/posTransferRecord/index.vue | 14 +++----------- 15 files changed, 33 insertions(+), 41 deletions(-) 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()