添加weight保存时的展示第二次
This commit is contained in:
parent
2bb2136e23
commit
da7050e297
@ -506,7 +506,6 @@ export default {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// 暂存绩效详情
|
|
||||||
for (let i in arr) {
|
for (let i in arr) {
|
||||||
let num = 0
|
let num = 0
|
||||||
this.handleFilter(arr[i].detailDtos).map(l => {
|
this.handleFilter(arr[i].detailDtos).map(l => {
|
||||||
@ -518,6 +517,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// 保存和暂存绩效详情直接走下面
|
||||||
params.recortModelDtos.map(i => {
|
params.recortModelDtos.map(i => {
|
||||||
i.detailDtos.map(j => {
|
i.detailDtos.map(j => {
|
||||||
const result = this.handleFilter(j.taskDtos).reduce((result, item) => {
|
const result = this.handleFilter(j.taskDtos).reduce((result, item) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user