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, } })