diff --git a/project/xumu/AppInsuranceAudit/AppInsuranceAudit.vue b/project/xumu/AppInsuranceAudit/AppInsuranceAudit.vue index b366d5f4..10a3cdec 100644 --- a/project/xumu/AppInsuranceAudit/AppInsuranceAudit.vue +++ b/project/xumu/AppInsuranceAudit/AppInsuranceAudit.vue @@ -12,19 +12,19 @@ export default { }, computed: { currentPage() { - let {hash} = this.$route + let { hash } = this.$route return ["#add", "#audit"].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/AppInsuranceAudit/add.vue b/project/xumu/AppInsuranceAudit/add.vue index cd7fb23c..3edab7ad 100644 --- a/project/xumu/AppInsuranceAudit/add.vue +++ b/project/xumu/AppInsuranceAudit/add.vue @@ -12,7 +12,7 @@ const columns = [ ] export default { name: "iaAdd", - components: { AiIdcardRemote, AiEartagPicker, AiAudit}, + components: { AiIdcardRemote, AiEartagPicker, AiAudit }, props: { instance: Function, permissions: Function, @@ -138,7 +138,7 @@ export default { - +
- - + + + + + - - - +