-
+
-
+
{{ data.name }}
@@ -47,12 +57,12 @@
-
-
-
-
+
+
+
+
-
+
@@ -69,6 +79,8 @@
diff --git a/frontend/src/views/dataset/group/Group.vue b/frontend/src/views/dataset/group/Group.vue
index 6b8319f0bd..0efded82d6 100644
--- a/frontend/src/views/dataset/group/Group.vue
+++ b/frontend/src/views/dataset/group/Group.vue
@@ -428,8 +428,8 @@ export default {
type: 'success',
showClose: true
})
- _this.expandedArray.push(response.data.sceneId)
- _this.$refs.datasetTreeRef.setCurrentKey(response.data.id)
+ _this.expandedArray.push(table.sceneId)
+ _this.$refs.datasetTreeRef.setCurrentKey(table.id)
_this.treeNode()
this.$store.dispatch('dataset/setTable', new Date().getTime())
})