Commit d53a0384aa3952b2d77e323ec8d50156e8fa43fd
1 parent
63d1b6d5
v1.9 优化物品放行转单问题
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/work/itemReleaseDetailList.vue
| @@ -274,7 +274,7 @@ export default { | @@ -274,7 +274,7 @@ export default { | ||
| 274 | console.log('加载评论') | 274 | console.log('加载评论') |
| 275 | const { data } = await queryOaWorkflowUser({ | 275 | const { data } = await queryOaWorkflowUser({ |
| 276 | page: 1, | 276 | page: 1, |
| 277 | - row: 1, | 277 | + row: 50, |
| 278 | flowId: this.itemReleaseDetailInfo.flowId, | 278 | flowId: this.itemReleaseDetailInfo.flowId, |
| 279 | id: this.itemReleaseDetailInfo.irId, | 279 | id: this.itemReleaseDetailInfo.irId, |
| 280 | communityId: this.communityId | 280 | communityId: this.communityId |
| @@ -292,7 +292,7 @@ export default { | @@ -292,7 +292,7 @@ export default { | ||
| 292 | _audit.flowId = this.itemReleaseDetailInfo.flowId | 292 | _audit.flowId = this.itemReleaseDetailInfo.flowId |
| 293 | _audit.irId = this.itemReleaseDetailInfo.irId | 293 | _audit.irId = this.itemReleaseDetailInfo.irId |
| 294 | 294 | ||
| 295 | - if (this.itemReleaseDetailInfo.nextAudit.assignee != '-2') { | 295 | + if (this.itemReleaseDetailInfo.nextAudit.assignee != '-2' && this.itemReleaseDetailInfo.nextAudit.assignee != '-1') { |
| 296 | _audit.staffId = this.itemReleaseDetailInfo.nextAudit.assignee | 296 | _audit.staffId = this.itemReleaseDetailInfo.nextAudit.assignee |
| 297 | } | 297 | } |
| 298 | 298 |