|
@@ -659,6 +659,7 @@
|
|
|
Marked: true, // Marked为true时传GraphIds字段,
|
|
|
GraphIds: this.GraphsIdList,
|
|
|
GraphElementName: this.GraphElementName,
|
|
|
+ GraphElementId: this.GraphElementId,
|
|
|
AttachObject: lists
|
|
|
}
|
|
|
} else {
|
|
@@ -666,6 +667,7 @@
|
|
|
ProjectId: this.projectId,
|
|
|
Marked: false, // Marked为false时不传GraphIds字段,
|
|
|
GraphElementName: this.GraphElementName,
|
|
|
+ GraphElementId: this.GraphElementId,
|
|
|
AttachObject: lists
|
|
|
}
|
|
|
}
|