“624fb8b308af6e0179844c21b796a1008fcff6c1”上不存在“include/common/taosdef.h”
提交 49a8d89c 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!238 Data tracing, after frame selection, and then click to hide the data, the...

!238 Data tracing, after frame selection, and then click to hide the data, the hidden number is not displayed correctly
Merge pull request !238 from 秦君艳/master
...@@ -1110,9 +1110,6 @@ export default { ...@@ -1110,9 +1110,6 @@ export default {
this.showTable = false; this.showTable = false;
this.echartNoData = true; this.echartNoData = true;
} else { } else {
const echartLength = this.echart.brushData.length;
this.recordsNumber = echartLength;
this.showNumber = echartLength;
this.echart.showData = this.echart.brushData; this.echart.showData = this.echart.brushData;
this.initChart(); this.initChart();
this.pagination.currentPage = 1; this.pagination.currentPage = 1;
...@@ -1121,6 +1118,9 @@ export default { ...@@ -1121,6 +1118,9 @@ export default {
(this.pagination.currentPage - 1) * this.pagination.pageSize, (this.pagination.currentPage - 1) * this.pagination.pageSize,
this.pagination.currentPage * this.pagination.pageSize, this.pagination.currentPage * this.pagination.pageSize,
); );
const tableLength = this.table.data.length;
this.recordsNumber = tableLength;
this.showNumber = tableLength;
this.showTable = true; this.showTable = true;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册