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