@@ -76,7 +76,8 @@ export default {
return {
id: t.id,
graphId: t.graphId,
- categoryId: categoryId
+ categoryId: categoryId,
+ name: this.data.name
}
})
if (this.isPub) { // 已发布
@@ -65,7 +65,8 @@ export default {
content: [{
id: this.data.id,
graphId: this.data.graphId,
- label: this.dynamicTags
+ label: this.dynamicTags,
}],
projection: ['label']