This commit is contained in:
parent
744d69291b
commit
4c6c8cf456
|
|
@ -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,
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue