Commit da3a133a authored by dragondean@qq.com's avatar dragondean@qq.com

修复出货入仓修改请求方式错误

parent 9657372c
...@@ -164,7 +164,7 @@ export function appendApplyWhenShipment(data) { ...@@ -164,7 +164,7 @@ export function appendApplyWhenShipment(data) {
export function updateApplyWhenShipment(data) { export function updateApplyWhenShipment(data) {
return request({ return request({
url: '/order/order-warehouse-in/update-apply-when-shipment', url: '/order/order-warehouse-in/update-apply-when-shipment',
method: 'post', method: 'put',
data data
}) })
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment