feat:新增功能

1.panel图表的表单验证
2.panel图表曲线图全屏展示(查询时间还未添加),表格全屏展示
未实现查询功能)
fix:修改BUG
1.panel图表未选择label时,多了}
2.panel图表图例中第一个和第二个之间少了逗号
This commit is contained in:
hanyuxia
2020-01-09 17:02:33 +08:00
parent 50a8a2c878
commit 24ef367a2f
8 changed files with 134 additions and 56 deletions

View File

@@ -334,6 +334,7 @@
methods: {
//面板相关操作
panelChange(){
//alert(JSON.stringify(this.$refs.searchInput.select_list));
this.$refs.searchInput.select();
this.filter.panelId = this.showPanel.id;
this.getData(this.filter);