Merge pull request 'fix : 修复费用分摊详情合计bug' (#387) from dd into master
Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/387
This commit is contained in:
@@ -179,8 +179,8 @@ const init = () => {
|
|||||||
for (const key of personInfoKey) {
|
for (const key of personInfoKey) {
|
||||||
summary[key] = {
|
summary[key] = {
|
||||||
researchDuration: "",
|
researchDuration: "",
|
||||||
separationAmount: 20,
|
separationAmount: 0,
|
||||||
subtotal: 20,
|
subtotal: 0,
|
||||||
wagesPayable: "",
|
wagesPayable: "",
|
||||||
workday: "",
|
workday: "",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user