fix:alertMessage后台报错&project-chart刷新图表legend依然为灰色的问题
This commit is contained in:
@@ -381,6 +381,7 @@
|
||||
methods: {
|
||||
labelsSort:function(obj){
|
||||
let buildIn=['asset','endpoint','module','project','datacenter']
|
||||
if(typeof obj == "string") obj=JSON.parse(obj)
|
||||
let labels=JSON.parse(JSON.stringify(obj));
|
||||
let result=[];
|
||||
for(let key of buildIn){
|
||||
|
||||
Reference in New Issue
Block a user