maven
2025-08-28 88ebe9f8ee064523329c65e7a61f6f738e651fdd
src/api/procureMent/index.js
@@ -27,3 +27,23 @@
    })
}
// /supply/supplyList
// 查询供应商列表
export function getSupplyList(query) {
    return request({
        url: '/supply/supplyList',
        method: 'get',
        params: query
    })
}
// /coalInfo/coalInfoList
// 查询煤种列表
export function getCoalInfoList(query) {
    return request({
        url: '/coalInfo/coalInfoList',
        method: 'get',
        params: query
    })
}