zouyu
2024-02-29 363678a54142e62fdd4ca39a0db5c54af1a704dc
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
    })
  }