fix: 优化代码格式

This commit is contained in:
zhangdahai112 2022-02-14 18:20:28 +08:00 committed by john1298308460
parent f0ea497d0d
commit 1ac19b7ecf
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}