zhang_12370
3 天以前 e986cee1c804ecdf6d03c080ce9a8bb187f724a4
1
2
3
4
5
6
7
8
9
10
11
import request from '@/utils/request'
 
// /officialInventory/coalBlendingList
// 获取煤炭配比列表
export function getCoalBlendingList(query) {
  return request({
    url: '/officialInventory/coalBlendingList',
    method: 'get',
    params: query
  })
}