From 9d072eea63b3610e35fb39c75ab2da626f213353 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Mon, 22 Apr 2024 14:28:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=96=99=E6=8E=A5=E6=94=B6=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/claimAndRefund/return/returnInDetail.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue index 5cc6f751..83b4b55b 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue @@ -669,12 +669,14 @@ export default { this.dialogData.typeMange = row.manageType this.dialogData.typeName = row.typeName this.dialogData.typeCode = row.typeCode - row.maTypeDetails.forEach(item => { - this.$set(item, 'qualifiedNum', undefined) - this.$set(item, 'serviceNum', undefined) - this.$set(item, 'scrapNum', undefined) - }) - this.dialogData.maTypeDetails = row.maTypeDetails + if(row.maTypeDetails){ + row.maTypeDetails.forEach(item => { + this.$set(item, 'qualifiedNum', undefined) + this.$set(item, 'serviceNum', undefined) + this.$set(item, 'scrapNum', undefined) + }) + this.dialogData.maTypeDetails = row.maTypeDetails + } this.numList = [row] // this.getNumList() },