haoxuan
2024-04-28 4e5f6381bfedbbd8060101f2b63be46cf1c81a0a
src/api/productManage/product.js
@@ -10,7 +10,7 @@
// /api-srm/s/getSupplierProductList
export function getProductListTwo(data) {
  return request({
    url: "/api-srm/p/getProductList",
    url: "/api-srm/s/getSupplierProductList",
    method: "get",
    params:data
  })