|
|
@ -120,7 +120,7 @@ export default {
|
|
|
|
for ( let i = 0; i< this.record_list.length; i++) {
|
|
|
|
for ( let i = 0; i< this.record_list.length; i++) {
|
|
|
|
for ( let j = 0; j< this.record_list[i].historyTaskList.length; j++ ) {
|
|
|
|
for ( let j = 0; j< this.record_list[i].historyTaskList.length; j++ ) {
|
|
|
|
this.record_list[i].historyTaskList[j].use_status = this.use_change(
|
|
|
|
this.record_list[i].historyTaskList[j].use_status = this.use_change(
|
|
|
|
this.record_list[i].historyTaskList[j].assigneeId
|
|
|
|
this.record_list[i].historyTaskList[j].finishTime
|
|
|
|
)
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|