|
@@ -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();
|
|
|
},
|
|
|
// 新建拓扑图成功
|