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 {
-
+