From 6744b1824098a4ff519d3a444dd0933ffd4bc150 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 17 Jan 2025 11:09:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(xumu):=20=E6=96=B0=E5=A2=9E=E4=BF=9D?= =?UTF-8?q?=E9=99=A9=E4=BA=A7=E5=93=81=E7=B1=BB=E5=9E=8B=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 AppClaimApply 和 AppClaimAudit 组件中添加 productType 字典加载 - 在 add.vue 组件中使用 productType 字典获取保险产品类型标签 --- project/xumu/AppClaimApply/AppClaimApply.vue | 6 +++--- project/xumu/AppClaimApply/add.vue | 2 +- project/xumu/AppClaimAudit/AppClaimAudit.vue | 6 +++--- project/xumu/AppClaimAudit/add.vue | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/project/xumu/AppClaimApply/AppClaimApply.vue b/project/xumu/AppClaimApply/AppClaimApply.vue index c6724e86..87a81482 100644 --- a/project/xumu/AppClaimApply/AppClaimApply.vue +++ b/project/xumu/AppClaimApply/AppClaimApply.vue @@ -12,19 +12,19 @@ export default { }, computed: { currentPage() { - let {hash} = this.$route + let { hash } = this.$route return ["#claim", "#add"].includes(hash) ? add : list } }, created() { - this.dict.load("auditStatus", "insureType", "insureStatus", "category", "variety") + this.dict.load("auditStatus", "insureType", "insureStatus", "category", "variety", "productType") }, } diff --git a/project/xumu/AppClaimApply/add.vue b/project/xumu/AppClaimApply/add.vue index 0045c613..049cb9b3 100644 --- a/project/xumu/AppClaimApply/add.vue +++ b/project/xumu/AppClaimApply/add.vue @@ -92,7 +92,7 @@ export default { - + diff --git a/project/xumu/AppClaimAudit/AppClaimAudit.vue b/project/xumu/AppClaimAudit/AppClaimAudit.vue index c6557c60..613f418d 100644 --- a/project/xumu/AppClaimAudit/AppClaimAudit.vue +++ b/project/xumu/AppClaimAudit/AppClaimAudit.vue @@ -12,19 +12,19 @@ export default { }, computed: { currentPage() { - let {hash} = this.$route + let { hash } = this.$route return ["#audit", "#add"].includes(hash) ? add : list } }, created() { - this.dict.load("auditStatus", "insureType", "insureStatus", "category", "variety") + this.dict.load("auditStatus", "insureType", "insureStatus", "category", "variety", "productType") }, } diff --git a/project/xumu/AppClaimAudit/add.vue b/project/xumu/AppClaimAudit/add.vue index 68ccd8f9..9acaba21 100644 --- a/project/xumu/AppClaimAudit/add.vue +++ b/project/xumu/AppClaimAudit/add.vue @@ -90,7 +90,7 @@ export default { - +