diff --git a/project/xumu/AppLoanApply/add.vue b/project/xumu/AppLoanApply/add.vue index 5772b42c..f74c5729 100644 --- a/project/xumu/AppLoanApply/add.vue +++ b/project/xumu/AppLoanApply/add.vue @@ -72,6 +72,7 @@ export default { }, submit(submitType) { this.$refs.detail.validate().then(() => { + const earNumberList = this.detail.detailList.map(e => e.biochipEarNumber) const farmPicture = {} this.formImages.forEach(e => { const {prop} = e