修复移动端bug
This commit is contained in:
@@ -27,6 +27,11 @@ export const purchaseApi = {
|
||||
// 新增订单
|
||||
addOrder(data = {}) {
|
||||
return api.post('/purchase/addorder', data)
|
||||
},
|
||||
|
||||
// 更新订单
|
||||
updateOrder(data = {}) {
|
||||
return api.post('/purchase/updateorder', data)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user