import request from '@/utils/request' // /officialInventory/coalBlendingList // 获取煤炭配比列表 export function getCoalBlendingList(query) { return request({ url: '/officialInventory/coalBlendingList', method: 'get', params: query }) }