This commit is contained in:
parent
f590286a09
commit
c27986aadc
|
|
@ -617,7 +617,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)
|
||||||
if (!res.rows[0].directAuditRemark) {
|
if (!res.rows[0].directAuditBy) {
|
||||||
this.$set(v, 'taskName', this.queryParams.taskName)
|
this.$set(v, 'taskName', this.queryParams.taskName)
|
||||||
} else {
|
} else {
|
||||||
this.$set(v, 'taskName', v.statusName)
|
this.$set(v, 'taskName', v.statusName)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue