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