소스 검색

'批量绑定添加图例ID'

zhangyu 5 년 전
부모
커밋
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
                     }
                 }