Crunchy
2024-05-06 1f4c79169a0d3ef46f2430b61d4999e1be6261b3
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
    })
  }