zhang_12370
6 天以前 26e0f4997558b60eda9dcb8979b777b47b31675e
src/api/publicApi/index.js
@@ -29,4 +29,14 @@
        method: 'get',
        params: query
    })
}
// /coalField/coalFieldList
// 查询煤质字段列表
export function getCoalFieldList(query) {
    return request({
        url: '/coalField/coalFieldList',
        method: 'get',
        params: query
    })
}