From 2fea9072aa2fbe80495ff232c4a0601e31c51e70 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期一, 25 三月 2024 16:43:00 +0800 Subject: [PATCH] 申请物料获取产品信息接口联调及公共组件优化 --- src/api/common/other.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/common/other.js b/src/api/common/other.js index c08f55c..8c6e484 100644 --- a/src/api/common/other.js +++ b/src/api/common/other.js @@ -17,7 +17,7 @@ // 鑾峰彇浜у搧淇℃伅 export const getMaterialList = (data) => { return request({ - url: "/api-s/v1/material/getMaterialList", + url: "/api-outsourcing/v1/order/materialSearch", method: "post", IsHeader: true, data -- Gitblit v1.8.0