mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
v1.9 优化物品放行转单问题
This commit is contained in:
parent
63d1b6d5da
commit
d53a0384aa
@ -274,7 +274,7 @@ export default {
|
||||
console.log('加载评论')
|
||||
const { data } = await queryOaWorkflowUser({
|
||||
page: 1,
|
||||
row: 1,
|
||||
row: 50,
|
||||
flowId: this.itemReleaseDetailInfo.flowId,
|
||||
id: this.itemReleaseDetailInfo.irId,
|
||||
communityId: this.communityId
|
||||
@ -292,7 +292,7 @@ export default {
|
||||
_audit.flowId = this.itemReleaseDetailInfo.flowId
|
||||
_audit.irId = this.itemReleaseDetailInfo.irId
|
||||
|
||||
if (this.itemReleaseDetailInfo.nextAudit.assignee != '-2') {
|
||||
if (this.itemReleaseDetailInfo.nextAudit.assignee != '-2' && this.itemReleaseDetailInfo.nextAudit.assignee != '-1') {
|
||||
_audit.staffId = this.itemReleaseDetailInfo.nextAudit.assignee
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user