ludc
2023-09-26 1707976c2f30199565c2ddbea0e2c33edd4688a9
Source/UBCS-WEB/src/api/integration/sysInfo.js
@@ -45,10 +45,18 @@
  })
}
// 分类授权
export const batchAddSave = (params) => {
// export const batchAddSave = (systemOid,systemId,data) => {
//   return request({
//     url: '/api/ubcs-code/codeApplyWebManagementController/batchAddSave',
//     method: 'post',
//     data: data
//   })
// }
// 分类授权
export const batchAddSave = (systemOid, systemId, data) => {
  return request({
    url: '/api/ubcs-code/codeApplyWebManagementController/batchAddSave',
    url: `/api/ubcs-code/codeApplyWebManagementController/batchAddSave?systemOid=${systemOid}&systemId=${systemId}`,
    method: 'post',
    params: params
  })
}
    data: data
  });
};