领料管理-领料审核-查看详情任务状态
This commit is contained in:
parent
eaaa9cdafa
commit
b5c59ac97a
|
|
@ -614,7 +614,7 @@ export default {
|
||||||
this.queryParams.leaseApplyDetails.forEach((v) => {
|
this.queryParams.leaseApplyDetails.forEach((v) => {
|
||||||
this.$set(v, 'applyFor', this.queryParams.applyFor)
|
this.$set(v, 'applyFor', this.queryParams.applyFor)
|
||||||
this.$set(v, 'updateTimes', this.queryParams.updateTimes)
|
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, 'createTime', this.queryParams.createTimes)
|
||||||
this.$set(v, 'updateTime', this.queryParams.updateTimes)
|
this.$set(v, 'updateTime', this.queryParams.updateTimes)
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue