This commit is contained in:
jjLv 2024-11-15 17:41:14 +08:00
parent 499dd3fe78
commit f32baffd4e
1 changed files with 3 additions and 1 deletions

View File

@ -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;
});