From 0e121233274939c167c68857ace558fd305f1362 Mon Sep 17 00:00:00 2001 From: zhouxain01 Date: Mon, 25 Dec 2023 10:32:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=80=80=E5=BA=93=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=AD=97=E6=AE=B5=E5=80=BC=E6=96=B0=E5=A2=9E=E8=AE=A1?= =?UTF-8?q?=E9=87=8F=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/claimAndRefund/return/returnApplyAdd.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnApplyAdd.vue b/sgzb-ui/src/views/claimAndRefund/return/returnApplyAdd.vue index 79108c00..01d25338 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnApplyAdd.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnApplyAdd.vue @@ -784,7 +784,7 @@ export default { template.typeId = node.data.typeId template.companyId = this.companyId // template.typeId = node.data.id - template.unitCn = node.data.unitName + template.unitCn = node.data.unitNames template.preNum = node.data.num template.typeCn = node.pathLabels[2] template.guigeCn = node.pathLabels[3]