fix
This commit is contained in:
parent
3075e127a3
commit
79fa536896
|
|
@ -79,7 +79,10 @@ export const user = {
|
|||
if (cid && !this.comps[cid]) {
|
||||
this.comps[cid] = new Set();
|
||||
}
|
||||
this.comps[cid].add(found.comp_id);
|
||||
|
||||
if (cid) {
|
||||
this.comps[cid].add(found.comp_id);
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue