zhangyu 4 лет назад
Родитель
Сommit
986b5cb935
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/components/edit/edit-dialog.vue

+ 2 - 0
src/components/edit/edit-dialog.vue

@@ -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
                     }
                 }