领料管理-领料审核-查看详情任务状态

This commit is contained in:
binbin_pan 2024-06-12 16:22:40 +08:00
parent eaaa9cdafa
commit b5c59ac97a
1 changed files with 1 additions and 1 deletions

View File

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