Quellcode durchsuchen

'批量绑定添加图例ID'

zhangyu vor 4 Jahren
Ursprung
Commit
986b5cb935
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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
                     }
                 }