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 | 274 | console.log('加载评论') |
| 275 | 275 | const { data } = await queryOaWorkflowUser({ |
| 276 | 276 | page: 1, |
| 277 | - row: 1, | |
| 277 | + row: 50, | |
| 278 | 278 | flowId: this.itemReleaseDetailInfo.flowId, |
| 279 | 279 | id: this.itemReleaseDetailInfo.irId, |
| 280 | 280 | communityId: this.communityId |
| ... | ... | @@ -292,7 +292,7 @@ export default { |
| 292 | 292 | _audit.flowId = this.itemReleaseDetailInfo.flowId |
| 293 | 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 | 296 | _audit.staffId = this.itemReleaseDetailInfo.nextAudit.assignee |
| 297 | 297 | } |
| 298 | 298 | ... | ... |