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 @@