haoxuan
2024-04-28 3bd59622961f569ac181a0f17aeffd44858efa4f
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
  })