From 02a1bebac3b7cc2780d2b95faf9b8d919c586688 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Thu, 12 Dec 2024 13:36:56 +0800 Subject: [PATCH] fix --- .../list/corporateLoans/apply/creditApplication/index.vue | 2 +- src/pages/manage/list/corporateLoans/management.vue | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/pages/manage/list/corporateLoans/apply/creditApplication/index.vue b/src/pages/manage/list/corporateLoans/apply/creditApplication/index.vue index cb6b1dc..7cd3d01 100644 --- a/src/pages/manage/list/corporateLoans/apply/creditApplication/index.vue +++ b/src/pages/manage/list/corporateLoans/apply/creditApplication/index.vue @@ -418,7 +418,7 @@ export default { form.specialInstructions && rule.push({ answerId: 802, emptyOne: 125, emptyTwo: form.specialInstructions, operationIds: preId + ',802', type: 3 }) - // 附件的判分,都是点击题 + // 附件的判分 const files = this.creditImportIds files.corporateIdCard && rule.push({ answerId: 804, emptyOne: 146, emptyTwo: files.corporateIdCard, operationIds: preId + ',803,804', type: 1 }) files.mortgagePropertyCertificate && rule.push({ answerId: 805, emptyOne: 146, emptyTwo: files.mortgagePropertyCertificate, operationIds: preId + ',803,805', type: 1 }) diff --git a/src/pages/manage/list/corporateLoans/management.vue b/src/pages/manage/list/corporateLoans/management.vue index e0cef8f..a1e0d39 100644 --- a/src/pages/manage/list/corporateLoans/management.vue +++ b/src/pages/manage/list/corporateLoans/management.vue @@ -19,7 +19,7 @@ - + @@ -29,9 +29,10 @@