Skip to content

Commit af4cb0e

Browse files
author
hikki
committed
v5.0
1 parent 9978284 commit af4cb0e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

resources/assets/component.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -517,10 +517,7 @@ window.ComponentCascadeDot = class {
517517
console.error('CascadeDot param selected and select must be array!');
518518
return;
519519
}
520-
selected = selected.filter(d=>{
521-
if(select[d] === undefined)return false;
522-
return true;
523-
});
520+
524521
this.name = name;
525522
this.limit = limit;
526523
this.DOM = document.getElementById(name);

0 commit comments

Comments
 (0)