diff --git a/src/api/gw/productionOrder/index.ts b/src/api/gw/productionOrder/index.ts index ad20ef2..3d6a565 100644 --- a/src/api/gw/productionOrder/index.ts +++ b/src/api/gw/productionOrder/index.ts @@ -1,8 +1,11 @@ import request from '@/config/axios' +import { useUserStore } from '../../../stores/user' + + // 生产订单列表获取 export const getProductionOrderPaging = async (data: any) => { - return await request.post({ url: `/DistributionBoxTesting/GetPagingEipSupplierIpoList`, data }) + return await request.post({ url: `/DistributionBoxTesting/GetPagingEipSupplierIpoList?user=`+useUserStore().UserName, data }) // return { // Code: 0, // Data: null,