zhengnaiwen_citu 6 months ago
parent
commit
5d949bd47d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/accumulatePoints/accumulatePointsStatistics/index.vue

+ 0 - 1
src/views/accumulatePoints/accumulatePointsStatistics/index.vue

@@ -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)