feat: 新审批接口(开发中)
This commit is contained in:
@ -74,6 +74,7 @@
|
||||
label: item['F_RealName']
|
||||
};
|
||||
});
|
||||
formState.assignees = selected;
|
||||
}
|
||||
}
|
||||
if (action === 'reject') {
|
||||
@ -89,10 +90,15 @@
|
||||
}
|
||||
|
||||
function onClickOK() {
|
||||
const nextTaskUser = {};
|
||||
if (_nextNodes.length === 1) {
|
||||
nextTaskUser[_nextNodes[0].activityId] = formState.assignees.join(',');
|
||||
}
|
||||
if (_callback && typeof _callback === 'function') {
|
||||
_callback({
|
||||
opinion: formState.opinion,
|
||||
rejectNodeId: rejectNodeId.value
|
||||
rejectNodeId: rejectNodeId.value,
|
||||
nextTaskUser
|
||||
});
|
||||
}
|
||||
isOpen.value = false;
|
||||
|
||||
Reference in New Issue
Block a user