|
|
@@ -3,7 +3,7 @@ import request from '@/config/axios'
|
|
3
|
3
|
export const DeliveryWarehouseSelectApi = {
|
|
4
|
4
|
// 查询设备分页
|
|
5
|
5
|
getDeliveryWarehouseSelectPage: async (params: any) => {
|
|
6
|
|
- return await request.get({ url: `/coding/dwxx/page`, params })
|
|
|
6
|
+ return await request.get({ url: `/coding/delivery/page`, params })
|
|
7
|
7
|
},
|
|
8
|
8
|
|
|
9
|
9
|
|