@@ -1604,7 +1604,8 @@ const basicInfoData = ref({})
const basicInfoChange = (val) => {
nodeIdvalue.value = val
-
+ const ActiveKey = getStoreValue('ActiveKey')
+ getTableDataAll(nodeIdvalue.value, ActiveKey)
}
</script>