소스 검색

图例规则删除

zhulizhen1111 4 년 전
부모
커밋
6dbd78ae2b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/legendRules/index.vue

+ 1 - 1
src/views/legendRules/index.vue

@@ -69,7 +69,7 @@ export default {
             console.log(row)
             let postParams = [
                 {
-                    GraphCategoryId: this.GraphCategoryId,
+                    GraphCategoryId: this.GraphCategoryId[0],
                     GraphElementId: row.Id
                 }
             ]