This commit is contained in:
parent
499dd3fe78
commit
f32baffd4e
|
|
@ -493,6 +493,7 @@ export default {
|
|||
typeId: row.typeId,
|
||||
status: this.taskStatus,
|
||||
checkResult: this.checkResult,
|
||||
managerType: row.managerType,
|
||||
};
|
||||
this.checkList = [];
|
||||
this.checkList.push(obj);
|
||||
|
|
@ -507,6 +508,7 @@ export default {
|
|||
typeId: row.typeId,
|
||||
status: this.taskStatus,
|
||||
checkResult: this.checkResult,
|
||||
managerType: row.managerType,
|
||||
};
|
||||
this.checkList = [];
|
||||
this.checkList.push(obj);
|
||||
|
|
@ -540,7 +542,7 @@ export default {
|
|||
typeId: item.typeId,
|
||||
status: this.taskStatus,
|
||||
checkResult: this.checkResult,
|
||||
managerType: item.checkList,
|
||||
managerType: item.managerType,
|
||||
};
|
||||
return obj;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue