zhang_12370
3 天以前 aaf943ada13005f2b22d01e3d7080b8740d9aa96
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
    })
}