对接待办中心
This commit is contained in:
@@ -124,9 +124,10 @@
|
|||||||
if (row.flowType == '5') {
|
if (row.flowType == '5') {
|
||||||
query = {
|
query = {
|
||||||
prcId:row.actiProcInstId,
|
prcId:row.actiProcInstId,
|
||||||
taskIds:row.taskIds,
|
taskIds:row.taskId,
|
||||||
prcType:row.flowType,
|
prcType:row.flowType,
|
||||||
router:row.router,
|
router:row.router,
|
||||||
|
prcNum:row.prcNum,
|
||||||
taskDefinitionKey:row.taskDefinitionKey,
|
taskDefinitionKey:row.taskDefinitionKey,
|
||||||
isDisabled:false
|
isDisabled:false
|
||||||
}
|
}
|
||||||
@@ -138,8 +139,9 @@
|
|||||||
} else if (row.flowType == '6') {
|
} else if (row.flowType == '6') {
|
||||||
query = {
|
query = {
|
||||||
taskDefinitionKey:row.taskDefinitionKey,
|
taskDefinitionKey:row.taskDefinitionKey,
|
||||||
taskIds:row.taskIds,
|
taskIds:row.taskId,
|
||||||
prcType:row.flowType,
|
prcType:row.flowType,
|
||||||
|
prcNum:row.prcNum,
|
||||||
prcId:row.actiProcInstId,
|
prcId:row.actiProcInstId,
|
||||||
router:row.router,
|
router:row.router,
|
||||||
isDisabled:false,
|
isDisabled:false,
|
||||||
|
|||||||
Reference in New Issue
Block a user