From 2141f4b34e001498d6001d20acddfcf66f8ebeba Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Thu, 21 Nov 2024 10:09:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=BA=86=E7=BC=96=E7=A0=81=E8=AE=BE?= =?UTF-8?q?=E5=A4=87bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/store/tools.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/api/store/tools.js b/src/api/store/tools.js index 87e8d7d..b291b68 100644 --- a/src/api/store/tools.js +++ b/src/api/store/tools.js @@ -15,6 +15,14 @@ export function getListByMaType(query) { params: query, }) } +//获取机具类型列表 +export function getListByMaTypePid(query) { + return request({ + url: '/material/base/type/getListByMaTypePid', + method: 'get', + params: query, + }) +} //获取机具类型树2 export function equipmentTypeTree(query) { return request({