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