feat:新功能
1 panel图表错误提示信息参考grafana:全屏,预览部分 2 panel时间选择:custom部分(panel列表,全屏,预览)
This commit is contained in:
@@ -587,6 +587,7 @@ export default {
|
||||
let errorMsg = "";
|
||||
res.forEach((response, innerPos) => {
|
||||
if (response.status === 'success') {
|
||||
errorMsg = "";
|
||||
if (response.data.result) {
|
||||
// console.log(response.data.result)
|
||||
// 循环处理每个elements下获取的数据列
|
||||
|
||||
Reference in New Issue
Block a user