修复移动端bug

This commit is contained in:
2026-04-24 21:53:41 +08:00
parent ef6eb2aa6a
commit 3895ff7848
7 changed files with 809 additions and 7 deletions
+5
View File
@@ -27,6 +27,11 @@ export const purchaseApi = {
// 新增订单
addOrder(data = {}) {
return api.post('/purchase/addorder', data)
},
// 更新订单
updateOrder(data = {}) {
return api.post('/purchase/updateorder', data)
}
}