From 795d254f8f581c8947d31938e7419f274bae76c7 Mon Sep 17 00:00:00 2001
From: yujialong <479214531@qq.com>
Date: Thu, 9 May 2024 16:42:07 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E4=BF=9D=E5=AD=98=E5=90=8E?=
=?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=B7=A6=E4=BE=A7=E8=8F=9C=E5=8D=95=E5=BE=85?=
=?UTF-8?q?=E5=A4=84=E7=90=86=E6=95=B0=E9=87=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/product/afterLoan/1029/Detail.vue | 2 ++
src/views/product/afterLoan/1029/Index.vue | 4 ++--
src/views/product/afterLoan/1030/Detail.vue | 2 ++
src/views/product/afterLoan/1030/Index.vue | 4 ++--
src/views/product/afterLoan/1031/Detail.vue | 2 ++
src/views/product/afterLoan/1031/Index.vue | 4 ++--
src/views/product/afterLoan/1032/Detail.vue | 2 ++
src/views/product/afterLoan/1032/Index.vue | 4 ++--
src/views/product/afterLoan/1033/Detail.vue | 2 ++
src/views/product/afterLoan/1033/Index.vue | 4 ++--
src/views/product/interestRate/772/Detail.vue | 2 ++
src/views/product/interestRate/772/Index.vue | 4 ++--
src/views/product/interestRate/935/Detail.vue | 2 ++
src/views/product/interestRate/935/Index.vue | 4 ++--
src/views/product/interestRate/936/Detail.vue | 2 ++
src/views/product/interestRate/936/Index.vue | 4 ++--
src/views/product/strategy/150/Index.vue | 4 ++--
src/views/product/strategy/151/Detail.vue | 2 ++
src/views/product/strategy/151/Index.vue | 4 ++--
src/views/product/strategy/152/Detail.vue | 2 ++
src/views/product/strategy/152/Index.vue | 4 ++--
src/views/product/strategy/153/Detail.vue | 2 ++
src/views/product/strategy/153/Index.vue | 4 ++--
src/views/product/strategy/154/Detail.vue | 2 ++
src/views/product/strategy/154/Index.vue | 4 ++--
src/views/product/strategy/155/Detail.vue | 3 ++-
src/views/product/strategy/155/Index.vue | 4 ++--
src/views/product/strategy/156/Detail.vue | 2 ++
src/views/product/strategy/156/Index.vue | 4 ++--
src/views/product/strategy/512/Detail.vue | 2 ++
src/views/product/strategy/512/Index.vue | 4 ++--
src/views/product/strategy/513/Detail.vue | 2 ++
src/views/product/strategy/513/Index.vue | 4 ++--
33 files changed, 66 insertions(+), 35 deletions(-)
diff --git a/src/views/product/afterLoan/1029/Detail.vue b/src/views/product/afterLoan/1029/Detail.vue
index 75e2564..245da5a 100644
--- a/src/views/product/afterLoan/1029/Detail.vue
+++ b/src/views/product/afterLoan/1029/Detail.vue
@@ -115,6 +115,7 @@ import { fiveLevelClassificationDetails, fiveLevelClassificationSave, isTheStrat
import { getProcessInformationBasedOnRoles, addOperation } from '@/api/judgment';
import { handleId, getIds } from '@/utils/common';
import Cookies from 'js-cookie';
+import { getStat } from '@/store/useProduct';
const Confirm = defineAsyncComponent(() => import('@/components/StrategyConfirm.vue'));
@@ -209,6 +210,7 @@ const submit = async (synchronizeUpdate?: number) => {
fiveLevelClassificationList: param,
bankIds: bankIds.value,
});
+ getStat(295);
addRecord(recordParam);
} catch (e) {
loading.value = false;
diff --git a/src/views/product/afterLoan/1029/Index.vue b/src/views/product/afterLoan/1029/Index.vue
index 6c9709a..01eac58 100644
--- a/src/views/product/afterLoan/1029/Index.vue
+++ b/src/views/product/afterLoan/1029/Index.vue
@@ -4,7 +4,7 @@
-
@@ -52,7 +52,7 @@
编辑
-
import('@/components/StrategyConfirm.vue'));
@@ -224,6 +225,7 @@ const submit = async (synchronizeUpdate?: number) => {
postLoanInspectionList: param,
bankIds: bankIds.value,
});
+ getStat(295);
addRecord(recordParam);
} catch (e) {
loading.value = false;
diff --git a/src/views/product/afterLoan/1030/Index.vue b/src/views/product/afterLoan/1030/Index.vue
index 6b66b25..a4b3e55 100644
--- a/src/views/product/afterLoan/1030/Index.vue
+++ b/src/views/product/afterLoan/1030/Index.vue
@@ -4,7 +4,7 @@
-
@@ -52,7 +52,7 @@
编辑
-
import('@/components/StrategyConfirm.vue'));
@@ -409,6 +410,7 @@ const submit = async (synchronizeUpdate?: number) => {
postCreditScoreList: param,
bankIds: bankIds.value,
});
+ getStat(295);
addRecord(recordParam);
} catch (e) {
loading.value = false;
diff --git a/src/views/product/afterLoan/1031/Index.vue b/src/views/product/afterLoan/1031/Index.vue
index 6756cd8..7c6707f 100644
--- a/src/views/product/afterLoan/1031/Index.vue
+++ b/src/views/product/afterLoan/1031/Index.vue
@@ -4,7 +4,7 @@
-
@@ -52,7 +52,7 @@
编辑
-
import('@/components/StrategyConfirm.vue'));
@@ -166,6 +167,7 @@ const submit = async (synchronizeUpdate?: number) => {
postLoanWarningList: param,
bankIds: bankIds.value,
});
+ getStat(295);
addRecord(param);
} catch (e) {
loading.value = false;
diff --git a/src/views/product/afterLoan/1032/Index.vue b/src/views/product/afterLoan/1032/Index.vue
index ec8f7b5..436e70d 100644
--- a/src/views/product/afterLoan/1032/Index.vue
+++ b/src/views/product/afterLoan/1032/Index.vue
@@ -4,7 +4,7 @@
-
@@ -52,7 +52,7 @@
编辑
-
import('@/components/StrategyConfirm.vue'));
@@ -212,6 +213,7 @@ const submit = async (synchronizeUpdate?: number) => {
collectionAfterLoanList: param,
bankIds: bankIds.value,
});
+ getStat(295);
addRecord(recordParam);
} catch (e) {}
};
diff --git a/src/views/product/afterLoan/1033/Index.vue b/src/views/product/afterLoan/1033/Index.vue
index 91684d4..680a9b0 100644
--- a/src/views/product/afterLoan/1033/Index.vue
+++ b/src/views/product/afterLoan/1033/Index.vue
@@ -4,7 +4,7 @@
-
@@ -52,7 +52,7 @@
编辑
-
import('@/components/StrategyConfirm.vue'));
@@ -323,6 +324,7 @@ const submit = async (synchronizeUpdate?: number) => {
synchronizeUpdate,
bankIds: bankIds.value,
});
+ getStat(295);
addRecord(param);
} catch (e) {
loading?.close();
diff --git a/src/views/product/interestRate/772/Index.vue b/src/views/product/interestRate/772/Index.vue
index 325cf08..c814414 100644
--- a/src/views/product/interestRate/772/Index.vue
+++ b/src/views/product/interestRate/772/Index.vue
@@ -4,7 +4,7 @@
-
@@ -52,7 +52,7 @@
编辑
-
import('@/components/StrategyConfirm.vue'));
@@ -276,6 +277,7 @@ const submit = async (synchronizeUpdate?: number) => {
synchronizeUpdate,
bankIds: bankIds.value,
});
+ getStat(295);
addRecord(param);
} catch (e) {
loading?.close();
diff --git a/src/views/product/interestRate/935/Index.vue b/src/views/product/interestRate/935/Index.vue
index 7edf712..0d37d46 100644
--- a/src/views/product/interestRate/935/Index.vue
+++ b/src/views/product/interestRate/935/Index.vue
@@ -4,7 +4,7 @@
-
@@ -52,7 +52,7 @@
编辑
-
import('@/components/StrategyConfirm.vue'));
@@ -368,6 +369,7 @@ const submit = async (synchronizeUpdate?: number) => {
synchronizeUpdate,
bankIds: bankIds.value,
});
+ getStat(295);
addRecord(param);
} catch (e) {
loading?.close();
diff --git a/src/views/product/interestRate/936/Index.vue b/src/views/product/interestRate/936/Index.vue
index 58b7193..4074888 100644
--- a/src/views/product/interestRate/936/Index.vue
+++ b/src/views/product/interestRate/936/Index.vue
@@ -4,7 +4,7 @@
-
@@ -52,7 +52,7 @@
编辑
-
-
@@ -52,7 +52,7 @@
编辑
-
import('@/components/StrategyConfirm.vue'));
@@ -293,6 +294,7 @@ const submit = async (synchronizeUpdate?: number) => {
synchronizeUpdate,
creditBlacklistList: param,
});
+ getStat(295);
addRecord(recordParam);
} catch (e) {
loading.value = false;
diff --git a/src/views/product/strategy/151/Index.vue b/src/views/product/strategy/151/Index.vue
index 2512f19..c5ca919 100644
--- a/src/views/product/strategy/151/Index.vue
+++ b/src/views/product/strategy/151/Index.vue
@@ -4,7 +4,7 @@
-
@@ -52,7 +52,7 @@
编辑
-
import('@/components/StrategyConfirm.vue'));
@@ -496,6 +497,7 @@ const submit = async (synchronizeUpdate?: number) => {
synchronizeUpdate,
businessBlacklistList: param,
});
+ getStat(295);
addRecord(param);
} catch (e) {
loading.value = false;
diff --git a/src/views/product/strategy/152/Index.vue b/src/views/product/strategy/152/Index.vue
index 72df559..86989f8 100644
--- a/src/views/product/strategy/152/Index.vue
+++ b/src/views/product/strategy/152/Index.vue
@@ -4,7 +4,7 @@
-
@@ -52,7 +52,7 @@
编辑
-
import('@/components/StrategyConfirm.vue'));
@@ -301,6 +302,7 @@ const submit = async (synchronizeUpdate?: number) => {
synchronizeUpdate,
inlineBlacklistList: param,
});
+ getStat(295);
addRecord(param);
} catch (e) {
loading.value = false;
diff --git a/src/views/product/strategy/153/Index.vue b/src/views/product/strategy/153/Index.vue
index 574521b..1d5eeeb 100644
--- a/src/views/product/strategy/153/Index.vue
+++ b/src/views/product/strategy/153/Index.vue
@@ -4,7 +4,7 @@
-
@@ -52,7 +52,7 @@
编辑
-
import('@/components/StrategyConfirm.vue'));
@@ -430,6 +431,7 @@ const submit = async (synchronizeUpdate?: number) => {
synchronizeUpdate,
enterpriseBlacklistList: param,
});
+ getStat(295);
addRecord(param);
} catch (e) {
loading.value = false;
diff --git a/src/views/product/strategy/154/Index.vue b/src/views/product/strategy/154/Index.vue
index b55ee33..a32a49e 100644
--- a/src/views/product/strategy/154/Index.vue
+++ b/src/views/product/strategy/154/Index.vue
@@ -4,7 +4,7 @@
-
@@ -52,7 +52,7 @@
编辑
-
import('@/components/StrategyConfirm.vue'));
@@ -434,6 +434,7 @@ const submit = async (synchronizeUpdate?: number) => {
synchronizeUpdate,
antiFraudStrategyList: param,
});
+ getStat(295);
addRecord(param);
} catch (e) {
loading.value = false;
diff --git a/src/views/product/strategy/155/Index.vue b/src/views/product/strategy/155/Index.vue
index c091d23..92d49e8 100644
--- a/src/views/product/strategy/155/Index.vue
+++ b/src/views/product/strategy/155/Index.vue
@@ -4,7 +4,7 @@
-
@@ -52,7 +52,7 @@
编辑
-
import('@/components/StrategyConfirm.vue'));
@@ -235,6 +236,7 @@ const submit = async (synchronizeUpdate?: number) => {
synchronizeUpdate,
negativeIndustryStrategyList: param,
});
+ getStat(295);
addRecord();
} catch (e) {
loading.value = false;
diff --git a/src/views/product/strategy/156/Index.vue b/src/views/product/strategy/156/Index.vue
index 7b846f7..7c33fa7 100644
--- a/src/views/product/strategy/156/Index.vue
+++ b/src/views/product/strategy/156/Index.vue
@@ -4,7 +4,7 @@
-
@@ -52,7 +52,7 @@
编辑
-
import('@/components/StrategyConfirm.vue'));
@@ -254,6 +255,7 @@ const submit = async (synchronizeUpdate?: number) => {
dimensionOfTheRatingTableList: param,
bankIds: bankIds.value,
});
+ getStat(295);
addRecord();
} catch (e) {
loading.value = false;
diff --git a/src/views/product/strategy/512/Index.vue b/src/views/product/strategy/512/Index.vue
index c639105..5873111 100644
--- a/src/views/product/strategy/512/Index.vue
+++ b/src/views/product/strategy/512/Index.vue
@@ -4,7 +4,7 @@
-
@@ -52,7 +52,7 @@
编辑
-
import('@/components/StrategyConfirm.vue'));
@@ -740,6 +741,7 @@ const submit = async (synchronizeUpdate?: number) => {
dimensionOfTheRatingTableList: param,
bankIds: bankIds.value,
});
+ getStat(295);
addRecord();
} catch (e) {
loading.value = false;
diff --git a/src/views/product/strategy/513/Index.vue b/src/views/product/strategy/513/Index.vue
index 2694f0c..6d06650 100644
--- a/src/views/product/strategy/513/Index.vue
+++ b/src/views/product/strategy/513/Index.vue
@@ -4,7 +4,7 @@
-
@@ -52,7 +52,7 @@
编辑
-