mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-11-30 11:08:38 +08:00
fix: 优化代码格式
This commit is contained in:
parent
f0ea497d0d
commit
1ac19b7ecf
@ -87,7 +87,7 @@ export default {
|
||||
// 不显示的节点 id
|
||||
let ids = [];
|
||||
for(let i=0; i<data.length; i++){
|
||||
if(data[i].details.columns.findIndex(d => (d.diffValue === null || d.diffValue === '' || d.diffValue === undefined)) !== -1){
|
||||
if(data[i].details.columns.findIndex(d => (d.diffValue === null || d.diffValue === '')) !== -1){
|
||||
ids.push(data[i].id);
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user