From 5fa30a0e0e3c17388a66917ccd64d8834f16f06c Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 17 Jan 2025 10:46:51 +0800 Subject: [PATCH] =?UTF-8?q?refactor(xumu):=20=E4=BC=98=E5=8C=96=20AppLoanA?= =?UTF-8?q?pply=20=E6=B7=BB=E5=8A=A0=E9=A1=B5=E9=9D=A2=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 submit 方法中添加 earNumberList 数组,用于存储生物芯片耳号 - 优化代码结构,提高可读性和可维护性 --- project/xumu/AppLoanApply/add.vue | 1 + 1 file changed, 1 insertion(+) 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