diff --git a/project/xumu/AppInsuranceAudit/add.vue b/project/xumu/AppInsuranceAudit/add.vue index fc9585b4..cb9df0f9 100644 --- a/project/xumu/AppInsuranceAudit/add.vue +++ b/project/xumu/AppInsuranceAudit/add.vue @@ -50,7 +50,7 @@ export default { return id && this.instance.post("/api/insurance/apply/getInfo", null, {params: {id}}).then(res => { if (res?.data) { const detail = res.data - detail.detailList = detail.weightList || [] + detail.detailList = detail.detailList || [] let {farmPicture: picture = "{}"} = detail picture = JSON.parse(picture) return this.detail = {...detail, ...picture} diff --git a/project/xumu/AppLoanAudit/AppLoanAudit.vue b/project/xumu/AppLoanAudit/AppLoanAudit.vue new file mode 100644 index 00000000..3b6ce05d --- /dev/null +++ b/project/xumu/AppLoanAudit/AppLoanAudit.vue @@ -0,0 +1,35 @@ + + + + + diff --git a/project/xumu/AppLoanAudit/add.vue b/project/xumu/AppLoanAudit/add.vue new file mode 100644 index 00000000..0cf2460e --- /dev/null +++ b/project/xumu/AppLoanAudit/add.vue @@ -0,0 +1,231 @@ + + + + + diff --git a/project/xumu/AppLoanAudit/list.vue b/project/xumu/AppLoanAudit/list.vue new file mode 100644 index 00000000..c582ab42 --- /dev/null +++ b/project/xumu/AppLoanAudit/list.vue @@ -0,0 +1,108 @@ + + + + +