mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化d代码
This commit is contained in:
parent
bfafa0a79f
commit
76f3695d28
@ -277,6 +277,10 @@ export default {
|
||||
audit.flowId = this.newOaWorkflowDetailInfo.flowId
|
||||
audit.id = this.newOaWorkflowDetailInfo.id
|
||||
|
||||
if (this.newOaWorkflowDetailInfo.nextAudit.assignee != '-2') {
|
||||
audit.staffId = this.newOaWorkflowDetailInfo.nextAudit.assignee;
|
||||
}
|
||||
|
||||
if (!audit.auditCode) {
|
||||
this.$message.error(this.$t('newOaWorkflowDetail.selectStatus'))
|
||||
return
|
||||
|
||||
Loading…
Reference in New Issue
Block a user