From 2aa506566031eae9a53006119db0cea8c876e6c3 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期一, 01 四月 2024 11:42:23 +0800 Subject: [PATCH] 选择产品信息单位处理 --- src/api/common/other.js | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/api/common/other.js b/src/api/common/other.js index adf2e9d..8c6e484 100644 --- a/src/api/common/other.js +++ b/src/api/common/other.js @@ -13,4 +13,13 @@ method: "get", params: data }) -} \ No newline at end of file +} +// 鑾峰彇浜у搧淇℃伅 +export const getMaterialList = (data) => { + return request({ + url: "/api-outsourcing/v1/order/materialSearch", + method: "post", + IsHeader: true, + data + }) +} -- Gitblit v1.8.0