gaoluyang
2 天以前 c25a27347be2c46177b615426297836b30915608
src/api/production/index.js
@@ -67,4 +67,14 @@
        method: 'delete',
        data: data
    })
}
// /coalInfo/coalInfoList
// 查询煤种列表
export function getCoalInfoList(query) {
    return request({
        url: '/coalInfo/coalInfoList',
        method: 'get',
        params: query
    })
}