jiangbiao 2 жил өмнө
parent
commit
7ef200c657

+ 1 - 0
ui/src/views/statistics/index.vue

@@ -204,6 +204,7 @@ export default {
       })
       pflByPoint(this.queryParams).then(response => {
         this.pointCountList = response.data;
+        this.showPoint = true;
       })
     }
   }