审批提交弹框显示优化--lng调度审批
This commit is contained in:
@ -271,6 +271,15 @@
|
||||
data.submitLoading = false;
|
||||
return;
|
||||
}
|
||||
|
||||
if (!nextNodes[0]?.chooseAssign) {
|
||||
const nextTaskUser = {};
|
||||
let arr = (nextNodes[0]?.userList||[]).map(v =>v.F_UserId)
|
||||
nextTaskUser[nextNodes[0]?.activityId] = arr.join(',')
|
||||
approvalData.nextTaskUser = nextTaskUser
|
||||
onFinish({})
|
||||
return
|
||||
}
|
||||
opinionDlg.value.toggleDialog({
|
||||
action: 'agree',
|
||||
actionFlowType: 'submit',
|
||||
|
||||
Reference in New Issue
Block a user