zss
2023-12-08 43c445d11e1aa7f6700f136af4c6d654fdd9ba33
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) {