From eac6786d7a001f9722024582539baf806ab1f248 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期五, 26 四月 2024 17:10:40 +0800 Subject: [PATCH] 供应商查询产品的接口回退 --- src/api/productManage/product.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/api/productManage/product.js b/src/api/productManage/product.js index 00e2dbd..593afb4 100644 --- a/src/api/productManage/product.js +++ b/src/api/productManage/product.js @@ -7,9 +7,10 @@ // params: data // }) // } +// /api-srm/s/getSupplierProductList export function getProductListTwo(data) { return request({ - url: "/api-srm/s/getSupplierProductList", + url: "/api-srm/p/getProductList", method: "get", params:data }) -- Gitblit v1.8.0