This commit is contained in:
parent
744d69291b
commit
4c6c8cf456
|
|
@ -280,7 +280,6 @@ export default {
|
||||||
return {
|
return {
|
||||||
deductMoney: item.deductMoney,
|
deductMoney: item.deductMoney,
|
||||||
actualMoney: item.actualMoney,
|
actualMoney: item.actualMoney,
|
||||||
monthId: item.monthId,
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
@ -302,6 +301,7 @@ export default {
|
||||||
id: item.id,
|
id: item.id,
|
||||||
deductMoney: item.deductMoney,
|
deductMoney: item.deductMoney,
|
||||||
actualMoney: item.actualMoney,
|
actualMoney: item.actualMoney,
|
||||||
|
monthId: item.monthId,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue