领料管理-查看详情-任务状态修改

This commit is contained in:
binbin_pan 2024-06-04 14:18:46 +08:00
parent d02a155852
commit a8fc887cd1
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,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)
}) })