From 4c6c8cf456d1f4fa9137768663891b5e0c9a7117 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 13 Oct 2025 14:40:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../three-and-one/month-detail/components/wage-pay.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/synthesize-query/three-and-one/month-detail/components/wage-pay.vue b/src/views/synthesize-query/three-and-one/month-detail/components/wage-pay.vue index 6448b46..d4417f5 100644 --- a/src/views/synthesize-query/three-and-one/month-detail/components/wage-pay.vue +++ b/src/views/synthesize-query/three-and-one/month-detail/components/wage-pay.vue @@ -280,7 +280,6 @@ export default { return { deductMoney: item.deductMoney, actualMoney: item.actualMoney, - monthId: item.monthId, } }) @@ -302,6 +301,7 @@ export default { id: item.id, deductMoney: item.deductMoney, actualMoney: item.actualMoney, + monthId: item.monthId, } })