fix: 修改 system — chartType 不正确的问题

This commit is contained in:
zhangyu
2021-12-16 20:54:00 +08:00
parent 54c79e9aab
commit 0e27bc6cc4
17 changed files with 21 additions and 56 deletions

View File

@@ -405,7 +405,6 @@ export default {
params.end_time = endTimeTmp
params.from = this.from
}
console.log(this.from)
if (this.from !== 'chartTemp') {
this.$get('visual/panel/chart?panelId=' + params.panelId + '&groupId=0' + '&pageSize=-1').then(response => {
if (response.code === 200) {