|
@@ -914,7 +914,7 @@ async function generateClassData(libID) {
|
|
|
if (!guidanceItems || !guidanceItems.length) {
|
|
|
continue;
|
|
|
}
|
|
|
- if (billNode.data.code.startsWith('03')) continue;//先屏蔽掉03开头的清单
|
|
|
+ // if (billNode.data.code.startsWith('03')) continue;//先屏蔽掉03开头的清单
|
|
|
const guidanceTree = idTree.createNew({ id: 'ID', pid: 'ParentID', nid: 'NextSiblingID', rootId: -1, autoUpdate: true });
|
|
|
guidanceTree.loadDatas(guidanceItems);
|
|
|
//console.log('getItemClassData start',billNode.data.name,billNode.data.code,billNode.data.ID);
|