mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
优化代码
This commit is contained in:
parent
9aa04afc18
commit
7dd85265f0
@ -111,7 +111,7 @@
|
||||
let _audit = $that.newOaWorkflowDetailInfo.audit;
|
||||
_audit.flowId = $that.newOaWorkflowDetailInfo.flowId;
|
||||
_audit.id = $that.newOaWorkflowDetailInfo.id;
|
||||
if ($that.newOaWorkflowDetailInfo.nextAudit.assignee) {
|
||||
if ($that.newOaWorkflowDetailInfo.nextAudit.assignee != '-2') {
|
||||
_audit.staffId = $that.newOaWorkflowDetailInfo.nextAudit.assignee;
|
||||
}
|
||||
if (!_audit.auditCode) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user