|
@@ -42,7 +42,7 @@ function batchRemove(idList) {
|
|
});
|
|
});
|
|
}
|
|
}
|
|
function updateOrder(formData) {
|
|
function updateOrder(formData) {
|
|
- return request.post(constant.serverUrl + "/base/order/updateOrder",formData);
|
|
|
|
|
|
+ return request.post(constant.serverUrl + "/base/orderInfo/updateOrder",formData);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|