Selaa lähdekoodia

删除压缩包 修改传参

haojianlong 3 vuotta sitten
vanhempi
commit
e02e0554b0
3 muutettua tiedostoa jossa 4 lisäystä ja 2 poistoa
  1. BIN
      persagyTopo.zip
  2. 2 1
      src/components/homeView/move.vue
  3. 2 1
      src/components/homeView/tagDialog.vue

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