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 @@
-
+
@@ -153,7 +153,7 @@ import { require } from '@/utils/require'
const { proxy } = getCurrentInstance()
const { credit_report_type, credit_query_type } = proxy.useDict('credit_report_type', 'credit_query_type')
-const CreditQueryRecordList = ref([])
+const creditQueryRecordList = ref([])
const open = ref(false)
const openAnalysis = ref(false)
const loading = ref(true)
@@ -221,7 +221,7 @@ function getInstitutionList() {
function getList() {
loading.value = true
listCreditQueryRecord(queryParams.value).then((response) => {
- CreditQueryRecordList.value = response.rows
+ creditQueryRecordList.value = response.rows
total.value = response.total
loading.value = false
})
diff --git a/src/views/invest/creditTransferRecord/index.vue b/src/views/invest/creditTransferRecord/index.vue
index 62bb86a..960e6ee 100644
--- a/src/views/invest/creditTransferRecord/index.vue
+++ b/src/views/invest/creditTransferRecord/index.vue
@@ -5,7 +5,7 @@
-
+
@@ -67,12 +67,12 @@
-
+
-
+
diff --git a/src/views/invest/debitDealAnalysis/index.vue b/src/views/invest/debitDealAnalysis/index.vue
index db816de..eb97968 100644
--- a/src/views/invest/debitDealAnalysis/index.vue
+++ b/src/views/invest/debitDealAnalysis/index.vue
@@ -5,7 +5,7 @@
-
+
diff --git a/src/views/invest/debitTransferRecord/index.vue b/src/views/invest/debitTransferRecord/index.vue
index 8f65628..c2478c2 100644
--- a/src/views/invest/debitTransferRecord/index.vue
+++ b/src/views/invest/debitTransferRecord/index.vue
@@ -5,12 +5,12 @@
-
+
-
+
@@ -62,12 +62,12 @@
-
+
-
+
diff --git a/src/views/invest/investAccountDeal/index.vue b/src/views/invest/investAccountDeal/index.vue
index 41497d4..1b61bfb 100644
--- a/src/views/invest/investAccountDeal/index.vue
+++ b/src/views/invest/investAccountDeal/index.vue
@@ -5,7 +5,7 @@
-
+
@@ -61,7 +61,7 @@
-
+
diff --git a/src/views/invest/investDealAnalysis/index.vue b/src/views/invest/investDealAnalysis/index.vue
index 7e43084..0439fca 100644
--- a/src/views/invest/investDealAnalysis/index.vue
+++ b/src/views/invest/investDealAnalysis/index.vue
@@ -5,7 +5,7 @@
-
+
diff --git a/src/views/invest/lendTransferRecord/index.vue b/src/views/invest/lendTransferRecord/index.vue
index e77dbe1..417a557 100644
--- a/src/views/invest/lendTransferRecord/index.vue
+++ b/src/views/invest/lendTransferRecord/index.vue
@@ -5,12 +5,12 @@
-
+
-
+
@@ -68,12 +68,12 @@
-
+
-
+
diff --git a/src/views/invest/onlineLendHistory/index.vue b/src/views/invest/onlineLendHistory/index.vue
index b672e67..ddf980f 100644
--- a/src/views/invest/onlineLendHistory/index.vue
+++ b/src/views/invest/onlineLendHistory/index.vue
@@ -8,7 +8,7 @@
-
+
@@ -60,7 +60,7 @@
{{ parseTime(scope.row.closeDate, '{y}-{m}-{d}') }}
-->
-
+
@@ -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()