From 02312d40f76a77036237e35eea6a24c357204fbc Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期六, 12 七月 2025 10:23:26 +0800 Subject: [PATCH] 1.销售出库-煤种反显 --- src/api/publicApi/index.js | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/src/api/publicApi/index.js b/src/api/publicApi/index.js index 8156ad0..a226d22 100644 --- a/src/api/publicApi/index.js +++ b/src/api/publicApi/index.js @@ -9,4 +9,24 @@ url: '/system/user/listAll', method: 'get' }) +} + +// /equipmentManagement/equipmentList +// 鏌ヨ璁惧鍒楄〃 +export function getEquipmentList(query) { + return request({ + url: '/equipmentManagement/equipmentList', + method: 'get', + params: query + }) +} + +// /coalInfo/coalInfoList +// 鏌ヨ鐓ょ鍒楄〃 +export function getCoalInfoList(query) { + return request({ + url: '/coalInfo/coalInfoList', + method: 'get', + params: query + }) } \ No newline at end of file -- Gitblit v1.9.3