zhang_12370
2025-07-23 2c9fbc6f1a3ccd1418efa9c348ec12faf1ab3258
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
    })
}