|
@@ -188,9 +188,11 @@ const sureSignUserClick = (userIds, userData) => {
|
|
|
}
|
|
|
//检查所选的流程环节处理人是否具有审批权限(三大填报页、日志列表的批量上报、首件列表的批量上报)
|
|
|
const getCheckCustomFlowUserIsEVisaPermissions = async (flowJson, newUserId) => {
|
|
|
+ console.log( dataInfo.value, ' dataInfo.value')
|
|
|
+
|
|
|
const { error, code, data, msg, success } = await checkCustomFlowUserIsEVisaPermissions({
|
|
|
- projectId: dataInfo.value.projectId.value,
|
|
|
- contractId: dataInfo.value.contractId.value,
|
|
|
+ projectId: dataInfo.value.projectId,
|
|
|
+ contractId: dataInfo.value.contractId,
|
|
|
customFlowUserList: newUserId,
|
|
|
...flowJson,
|
|
|
classifyType:classifyType.value,
|