Commit 76f3695d2812e058285ebd98dd50629c630612d4
1 parent
bfafa0a7
优化d代码
Showing
1 changed file
with
4 additions
and
0 deletions
src/views/oa/newOaWorkflowDetailList.vue
| ... | ... | @@ -277,6 +277,10 @@ export default { |
| 277 | 277 | audit.flowId = this.newOaWorkflowDetailInfo.flowId |
| 278 | 278 | audit.id = this.newOaWorkflowDetailInfo.id |
| 279 | 279 | |
| 280 | + if (this.newOaWorkflowDetailInfo.nextAudit.assignee != '-2') { | |
| 281 | + audit.staffId = this.newOaWorkflowDetailInfo.nextAudit.assignee; | |
| 282 | + } | |
| 283 | + | |
| 280 | 284 | if (!audit.auditCode) { |
| 281 | 285 | this.$message.error(this.$t('newOaWorkflowDetail.selectStatus')) |
| 282 | 286 | return | ... | ... |