spring
2025-04-27 ff65caf1954933924bdb83946ed1b97743005b89
src/api/plan/customerOrderInterrelated.js
@@ -15,10 +15,11 @@
  })
}
export function checkHanderOrder(orderId) {
export function checkHanderOrder(data) {
    return request({
      url: '/mes/customerOrderInterrelated/checkHanderOrder/' + orderId,
      url: '/mes/customerOrderInterrelated/checkHanderOrder',
      method: 'post',
      data: data
    })
  }