fix:二级panel 图表删除后刷新panel bug 修复

This commit is contained in:
wangwenrui
2020-07-17 17:09:24 +08:00
parent cdb6ab245c
commit eaf6ecc304

View File

@@ -244,7 +244,7 @@
break;
}
}
this.getTableData(this.obj.id); //删除相关图表后,刷新面板数据
// this.getTableData(this.obj.id); //删除相关图表后,刷新面板数据
} else {
console.error(response.msg);
this.$message.error(response.msg);