Browse Source

解决供电参数问题

YaolongHan 4 năm trước cách đây
mục cha
commit
9c47f69970
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/drafts.vue

+ 1 - 1
src/views/drafts.vue

@@ -360,7 +360,7 @@ export default {
       queryStatistic({
         projectId: this.projectId,
         graphId: this.graphId,
-        categoryId:getUrlMsg().categoryId
+        categoryId:this.categoryId
       }).then(res => {
         console.log(res);
         this.legendLoading = false;