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