瀏覽代碼

图例规则删除

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