ソースを参照

删除压缩包 修改传参

haojianlong 3 年 前
コミット
e02e0554b0

BIN
persagyTopo.zip


+ 2 - 1
src/components/homeView/move.vue

@@ -76,7 +76,8 @@ export default {
         return {
           id: t.id,
           graphId: t.graphId,
-          categoryId: categoryId
+          categoryId: categoryId,
+          name: this.data.name
         }
       })
       if (this.isPub) { // 已发布

+ 2 - 1
src/components/homeView/tagDialog.vue

@@ -65,7 +65,8 @@ export default {
         content: [{
           id: this.data.id,
           graphId: this.data.graphId,
-          label: this.dynamicTags
+          label: this.dynamicTags,
+          name: this.data.name
         }],
         projection: ['label']
       }