11
86134
2023-11-17 9ae715c71e78d4d68b05a91b399b3f6c91ee45e7
src/api/aps/capability.js
@@ -57,12 +57,12 @@
}
export function fetchCapabilityForOperation() {
  return request({
    url: '/mes/capability/all',
    method: 'get'
  })
}
// export function fetchCapabilityForOperation() {
//   return request({
//     url: '/mes/capability/all',
//     method: 'get'
//   })
// }
export function getByOperation(id) {