@@ -258,6 +258,7 @@ watch(isShow, (val) => {
if (val) {
// getNodeType()
getStakeype()
+ tableData.value = getArrValue(props.curTreeData.decompositionList)
}
})