领料管理-查看详情-任务状态修改
This commit is contained in:
parent
d02a155852
commit
a8fc887cd1
|
|
@ -596,7 +596,7 @@ export default {
|
|||
this.queryParams.leaseApplyDetails.forEach((v) => {
|
||||
this.$set(v, 'applyFor', this.queryParams.applyFor)
|
||||
this.$set(v, 'updateTimes', this.queryParams.updateTimes)
|
||||
this.$set(v, 'taskName', this.queryParams.taskName)
|
||||
this.$set(v, 'taskName', v.statusName)
|
||||
this.$set(v, 'createTime', this.queryParams.createTimes)
|
||||
this.$set(v, 'updateTime', this.queryParams.updateTimes)
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue