src/tabviews/custom/components/tree/antd-tree/index.jsx
@@ -353,9 +353,9 @@ let hasSelectKey = false data.forEach(item => { let pval = item[config.wrap.parentField] let val = item[config.wrap.valueField] let uuid = item[config.setting.primaryKey] || '' let pval = item[config.wrap.parentField] + '' let val = item[config.wrap.valueField] + '' let uuid = item[config.setting.primaryKey] + '' if (!val || logMap.has(val)) return