Pārlūkot izejas kodu

图例规则删除

zhulizhen1111 5 gadi atpakaļ
vecāks
revīzija
6dbd78ae2b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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
                 }
             ]