@@ -21,7 +21,6 @@ export default {
methods: {
drillInit (e) {
return new Promise((resolve, reject) => {
- console.log(e)
getAccumulatePointStatisticsTop({
organizationNo: e.data.organizationNo
}).then(resolve).catch(reject)