This commit is contained in:
parent
ce39bc2895
commit
a848b60b4c
|
|
@ -72,7 +72,7 @@ export const SaleOrderApi = {
|
|||
|
||||
// 获得 销售 列表 tabsCount
|
||||
getTabsCount: async (params: any) => {
|
||||
return request.get({ url: '/oms/sale-order/get-count',params})
|
||||
return request.get({ url: '/oms/app/sale-order/get-count',params})
|
||||
},
|
||||
|
||||
// 更新订单状态
|
||||
|
|
|
|||
Loading…
Reference in New Issue