From 890781f6894a4af2558e41cc5c9660477b68b9c5 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期三, 01 十一月 2023 19:28:08 +0800 Subject: [PATCH] 公共搜索组件修改、供应商列表及添加产品搜索框修改 --- src/api/productManage/product.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/api/productManage/product.js b/src/api/productManage/product.js index 6a3f7af..7929fa8 100644 --- a/src/api/productManage/product.js +++ b/src/api/productManage/product.js @@ -31,3 +31,10 @@ data }) } + +// 娣诲姞浜у搧鑾峰彇浜у搧鍒楄〃 +export const getProductListFromGrpc = async (data) => { + return await axios.get(`/api/p/getProductListFromGrpc`, { + params: data + }) +} -- Gitblit v1.8.0