feat:新增alertList chart 类型
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user