|
@@ -283,7 +283,7 @@ watch(() => props.curTreeData, (cur) => {
|
|
|
|
|
|
// tableData.value = cur.decompositionList
|
|
// tableData.value = cur.decompositionList
|
|
if (cur.id) {
|
|
if (cur.id) {
|
|
- getNodeType(cur.id)
|
|
|
|
|
|
+ // getNodeType(cur.id)
|
|
}
|
|
}
|
|
}, {
|
|
}, {
|
|
immediate: true,
|
|
immediate: true,
|
|
@@ -311,7 +311,7 @@ watch(() => props.ids, (id) => {
|
|
|
|
|
|
watch(isShow, (val) => {
|
|
watch(isShow, (val) => {
|
|
if (val) {
|
|
if (val) {
|
|
- // getNodeType()
|
|
|
|
|
|
+ getNodeType(curTreeData.value.id)
|
|
getStakeype()
|
|
getStakeype()
|
|
tableData.value = getArrValue(props.curTreeData.decompositionList)
|
|
tableData.value = getArrValue(props.curTreeData.decompositionList)
|
|
}
|
|
}
|