|
|
@@ -867,7 +867,7 @@ const pmShare = (function () {
|
|
|
}
|
|
|
for (let node of items) {
|
|
|
if (node.children.length === 0) {//project
|
|
|
- rst.push({ ID: node.data.ID, fileHierarchyName: getFileHierarchyName(node), valuationType: node.data.property.valuationType || '' })
|
|
|
+ rst.push({ ID: node.data.ID, fileHierarchyName: getFileHierarchyName(node), valuationType: node.data.property && node.data.property.valuationType || '' })
|
|
|
}
|
|
|
}
|
|
|
return rst;
|