gaoluyang
2025-10-23 47add25f6e7edf1b20d2fddb4919c1d97e4da294
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
    })
}