Jelajahi Sumber

删除压缩包 修改传参

haojianlong 3 tahun lalu
induk
melakukan
e02e0554b0
3 mengubah file dengan 4 tambahan dan 2 penghapusan
  1. TEMPAT SAMPAH
      persagyTopo.zip
  2. 2 1
      src/components/homeView/move.vue
  3. 2 1
      src/components/homeView/tagDialog.vue

TEMPAT SAMPAH
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']
       }