mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 13:26:41 +08:00
优化物品放心转单问题
This commit is contained in:
parent
8791d1bef0
commit
e45a3da8ab
@ -94,7 +94,7 @@
|
||||
* 其他表示 下一指定人ID
|
||||
*
|
||||
*/
|
||||
if (this.nextAudit.assignee != '-2') {
|
||||
if (this.nextAudit.assignee != '-2' && this.nextAudit.assignee != '-1') {
|
||||
_audit.staffId = this.nextAudit.assignee;
|
||||
}
|
||||
if (!_audit.auditCode) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user