|
@@ -743,7 +743,7 @@ class checkData {
|
|
}
|
|
}
|
|
};
|
|
};
|
|
for (const topLevel of this.checkBills.children) {
|
|
for (const topLevel of this.checkBills.children) {
|
|
- if ([1, 3, 4].indexOf(topLevel.node_type) < 0) continue;
|
|
|
|
|
|
+ if ([1, 2, 3, 4].indexOf(topLevel.node_type) < 0) continue;
|
|
|
|
|
|
addXmjCheck(topLevel);
|
|
addXmjCheck(topLevel);
|
|
}
|
|
}
|