NEZ-473 fix: 修复图表导入后新panel不显示的问题

This commit is contained in:
陈劲松
2021-01-18 11:57:12 +08:00
committed by chenjinsong
parent af9329ad64
commit 10d3a7a12a

View File

@@ -395,6 +395,7 @@
this.filter.start_time = bus.timeFormate(this.searchTime[0], 'yyyy-MM-dd hh:mm:ss'); this.filter.start_time = bus.timeFormate(this.searchTime[0], 'yyyy-MM-dd hh:mm:ss');
this.filter.end_time = bus.timeFormate(this.searchTime[1], 'yyyy-MM-dd hh:mm:ss'); this.filter.end_time = bus.timeFormate(this.searchTime[1], 'yyyy-MM-dd hh:mm:ss');
this.filter.panelId = this.showPanel.id; this.filter.panelId = this.showPanel.id;
this.getTableData();
this.getData(this.filter); this.getData(this.filter);
}, },
setSearchTime(type,val){//设置searchTime setSearchTime(type,val){//设置searchTime