养成:修复名将谱bug
This commit is contained in:
@@ -643,7 +643,7 @@ class CalCeData {
|
|||||||
this.schoolAttrsByAttrId.set(attrId, []);
|
this.schoolAttrsByAttrId.set(attrId, []);
|
||||||
}
|
}
|
||||||
this.schoolAttrsByAttrId.get(attrId).push(key);
|
this.schoolAttrsByAttrId.get(attrId).push(key);
|
||||||
if(!this.schoolAttrsByHid.has(attrId)) {
|
if(!this.schoolAttrsByHid.has(hid)) {
|
||||||
this.schoolAttrsByHid.set(hid, []);
|
this.schoolAttrsByHid.set(hid, []);
|
||||||
}
|
}
|
||||||
this.schoolAttrsByHid.get(hid).push(key);
|
this.schoolAttrsByHid.get(hid).push(key);
|
||||||
@@ -684,7 +684,7 @@ class CalCeData {
|
|||||||
this.scrollAttrsByAttrId.set(attrId, []);
|
this.scrollAttrsByAttrId.set(attrId, []);
|
||||||
}
|
}
|
||||||
this.scrollAttrsByAttrId.get(attrId).push(key);
|
this.scrollAttrsByAttrId.get(attrId).push(key);
|
||||||
if(!this.scrollAttrsByHid.has(attrId)) {
|
if(!this.scrollAttrsByHid.has(hid)) {
|
||||||
this.scrollAttrsByHid.set(hid, []);
|
this.scrollAttrsByHid.set(hid, []);
|
||||||
}
|
}
|
||||||
this.scrollAttrsByHid.get(hid).push(key);
|
this.scrollAttrsByHid.get(hid).push(key);
|
||||||
|
|||||||
Reference in New Issue
Block a user