fix:禅道271

This commit is contained in:
shijing 2025-12-29 16:56:30 +08:00
parent fe464e6ba5
commit 9ba61cc473
1 changed files with 2 additions and 9 deletions

View File

@ -336,20 +336,13 @@ export default {
this.echartsOptions = JSON.parse(res.echart_options);
}
})
}else{
if(that.params.type==40){
query2.select_material="material.cate as cate";
query2.groupby_material="material.cate";
query2.select_material_name = "";
query2.groupby_material_name = "";
}
this.$API.bi.dataset.exec.req("materialCount2", {query:query2 }).then((res) => {
}else if(that.params.type==40){
this.$API.bi.dataset.exec.req("helpso_cate", {}).then((res) => {
if (res.echart_options) {
this.echartsOptions = JSON.parse(res.echart_options);
}
})
}
},
//
weekcountChange(row) {