gaoluyang
2025-07-02 71fcb192074d72105b1668f6cf9b32a2e54838d8
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
    })
}