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 }) }