Browse Source

'批量绑定添加图例ID'

zhangyu 4 năm trước cách đây
mục cha
commit
986b5cb935
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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
                     }
                 }