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