feat:新增alertList chart 类型

This commit is contained in:
wangwenrui
2020-05-28 17:32:23 +08:00
parent 5c86185ead
commit 47c23b89c9
10 changed files with 1507 additions and 57 deletions

View File

@@ -481,7 +481,7 @@
});
},
getTableData: function (clearShowPanel) {
this.$get('panel').then(response => {
this.$get('panel?pageSize=-1').then(response => {
if (response.code === 200) {
this.panelData = response.data.list;
let isInitData = false;