zhang_12370
6 天以前 6184b5e667e8f3088bdb129dd957af8e6049792b
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
    })
}