Browse Source

删除以后刷新问题

haojianlong 4 years ago
parent
commit
9af73d6ad0
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/views/home.vue

+ 2 - 3
src/views/home.vue

@@ -108,7 +108,7 @@
               <topoImageCard
                 :isPub="isPub"
                 :data="t"
-                :key="t.id"
+                :key="t.graphId"
                 @changeCheck="changeCheck"
                 @rename="rename"
                 @publishSuc="updateSuc"
@@ -292,7 +292,6 @@ export default {
     },
     // 删除成功
     deleteSuc() {
-      this.queryGraph();
       this.$refs.leftAsideTree.getCategoryGraph();
     },
     // 选中节点变化
@@ -306,6 +305,7 @@ export default {
     getTreeSuc() {
       this.noTreeFlag = true;
       this.cardList = [];
+      this.queryGraph();
     },
     // 发布修改
     changePub() {
@@ -328,7 +328,6 @@ export default {
     },
     // 回收站关闭
     recycleDialogClose() {
-      this.queryGraph();
       this.$refs.leftAsideTree.getCategoryGraph();
     },
     // 新建拓扑图成功