Browse Source

是否有审批权限接口修改为2

duy 2 years ago
parent
commit
e9c9ee5da7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/modules/other.js

+ 1 - 1
src/api/modules/other.js

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