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