소스 검색

删除压缩包 修改传参

haojianlong 3 년 전
부모
커밋
e02e0554b0
3개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  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']
       }