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
                 }
             ]