From 831faf4a34dfafc5ce96ade428dd62b01047e986 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 23 Aug 2022 15:47:47 +0800 Subject: [PATCH] BUG 30968 --- .../apps/finance/AppGuaranteeProduct/AppGuaranteeProduct.vue | 2 +- .../apps/finance/AppGuaranteeProduct/productDetail.vue | 4 ++-- .../xiushan/apps/finance/AppGuaranteeProduct/productList.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project/xiushan/apps/finance/AppGuaranteeProduct/AppGuaranteeProduct.vue b/project/xiushan/apps/finance/AppGuaranteeProduct/AppGuaranteeProduct.vue index d31f68ab..7acd89a8 100644 --- a/project/xiushan/apps/finance/AppGuaranteeProduct/AppGuaranteeProduct.vue +++ b/project/xiushan/apps/finance/AppGuaranteeProduct/AppGuaranteeProduct.vue @@ -28,7 +28,7 @@ export default { } }, created() { - this.dict.load("productGuaranteeMode", "productRepaymentMethod", "productRepaymentTimeline", "productStatus2", "productFaceUser", + this.dict.load("productGuaranteeMode", "productRepaymentMethod", "productRepaymentTimeline", "productStatus", "productFaceUser", "enterpriseAuditStatus", "yesOrNo", "financialOrganizationType", "financialProductChannels") } } diff --git a/project/xiushan/apps/finance/AppGuaranteeProduct/productDetail.vue b/project/xiushan/apps/finance/AppGuaranteeProduct/productDetail.vue index ef9310c7..47b60d53 100644 --- a/project/xiushan/apps/finance/AppGuaranteeProduct/productDetail.vue +++ b/project/xiushan/apps/finance/AppGuaranteeProduct/productDetail.vue @@ -12,7 +12,7 @@