From a9817d6b7baa0643281e230d4e42263abf10fca1 Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Wed, 29 Mar 2023 16:00:38 +0800 Subject: [PATCH] =?UTF-8?q?3.29=20=E6=9B=B4=E6=8D=A2=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E4=BF=AE=E6=94=B9=E8=B4=9F=E8=B4=A3=E4=BA=BA=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E8=B4=9F=E8=B4=A3=E4=BA=BA=E6=95=B0=E6=8D=AE=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/SupplierList/service.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/utils/SupplierList/service.ts b/src/utils/SupplierList/service.ts index d39aeef..ca366e0 100644 --- a/src/utils/SupplierList/service.ts +++ b/src/utils/SupplierList/service.ts @@ -4,13 +4,13 @@ export async function getSupplierList(params: any) { /* * http://gysxxk.cn1.utools.club/serviceEshopProviderMdm/findPageProvider {   -    "pageNum": 1, -    "pageSize": 10 + "pageNum": 1, + "pageSize": 10 } * */ - return request('/api/api/core-service-supplierbase/outer/v1.0/serviceEshopProviderMdm/findPageProvider',{ - method:'post', - data:{ + return request('/api/api/core-service-supplierbase/outer/v1.0/serviceEshopProviderMdm/findPageProvider', { + method: 'post', + data: { ...params } }) @@ -22,9 +22,9 @@ export async function getSupplierUser(params: any) { /* *暂无url * */ - return request('/api/api/core-service-supplierbase/outer/v1.0/serviceEshopProviderEmpMdm/findUserCountListBySupplierCodePage',{ - method:'post', - data:{ + return request('/api/core-service-ebtp-userinfo/v1/userinfo/findUserCountListBySupplierCodePage', { + method: 'post', + data: { ...params } })