jiangbiao před 2 roky
rodič
revize
7ef200c657
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      ui/src/views/statistics/index.vue

+ 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;
       })
     }
   }