gaoluyang
2025-10-24 09c5667700fb6da21d29c41e51fa5482a4b40bc9
src/api/production/index.js
@@ -67,4 +67,23 @@
        method: 'delete',
        data: data
    })
}
// /coalInfo/coalInfoList
// 查询煤种列表
export function getCoalInfoList(query) {
    return request({
        url: '/coalInfo/coalInfoList',
        method: 'get',
        params: query
    })
}
// /productionMaster/randomScheduling
// 随机排产
export function randomScheduling() {
    return request({
        url: '/productionMaster/randomScheduling',
        method: 'get'
    })
}