NEZ-473 fix: 修复图表导入后新panel不显示的问题
This commit is contained in:
@@ -395,6 +395,7 @@
|
||||
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.panelId = this.showPanel.id;
|
||||
this.getTableData();
|
||||
this.getData(this.filter);
|
||||
},
|
||||
setSearchTime(type,val){//设置searchTime
|
||||
|
||||
Reference in New Issue
Block a user