|
@@ -103,7 +103,7 @@ export const queryFixedFlow = (form, msg = true) => httpApi({
|
|
|
|
|
|
//检查所选的流程环节处理人是否具有审批权限(三大填报页、日志列表的批量上报、首件列表的批量上报)
|
|
|
export const checkCustomFlowUserIsEVisaPermissions = (form, msg = true) => httpApi({
|
|
|
- url: '/api/blade-business/eVisaTaskCheck/checkCustomFlowUserIsEVisaPermissions2',
|
|
|
+ url: '/api/blade-business/eVisaTaskCheck/checkCustomFlowUserIsEVisaPermissions',
|
|
|
method: 'post',
|
|
|
data: form
|
|
|
}, msg);
|