spring
2025-04-27 41c9b2fa8cef5f45c23d00d33680764b48dfc3cc
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
    })
  }