@@ -225,7 +225,7 @@ watch(() => props.curTreeData, (cur) => {
deep: true,
})
watch(() => props.ids, (id) => {
- tableData.value = props.curTreeData.decompositionList
+ tableData.value = getArrValue(props.curTreeData.decompositionList)
}, {
immediate: true,