From f3efd8af829a1c6c0801b661373b4c695b5f963a Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期六, 30 三月 2024 13:32:23 +0800 Subject: [PATCH] Merge branch 'master' of git://192.168.5.5/web/outsource-order-web --- 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