fix: 修复endpoint-query改时间数据不刷新的问题
This commit is contained in:
@@ -299,6 +299,11 @@
|
||||
|
||||
return (S4() + S4() + "-" + S4() + "-" + S4() + "-" + S4() + "-" + S4() + S4() + S4());
|
||||
},
|
||||
clearChart() {
|
||||
if(this.chart) {
|
||||
this.chart.clear();
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.chart=echarts.init(document.getElementById(this.chartId));
|
||||
|
||||
Reference in New Issue
Block a user