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]