Commit 4b5add36 authored by Mac's avatar Mac

1

parent 649d2135
......@@ -33,3 +33,27 @@ export function setClassOrder(data) {
data
})
}
/**
* 销售 我的订单
*
*/
export function getMyOrderPageList(data) {
return request({
url: '/order/GetMyOrderPageList',
method: 'post',
data
})
}
/**
* 销售 我的订单状态
*
*/
export function getOrderStateEnumList(data) {
return request({
url: '/order/GetOrderStateEnumList',
method: 'post',
data
})
}
This diff is collapsed.
This diff is collapsed.
......@@ -336,6 +336,11 @@ const routes = [{
component: () =>
import("pages/sale/japaneseTrain.vue")
},
{
path: "/sale/myOrder", //销售 我的订单
component: () =>
import("pages/sale/myOrder.vue")
},
{
path: "/test", //API测试
component: () =>
......
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