fix:禅道271
This commit is contained in:
parent
fe464e6ba5
commit
9ba61cc473
|
|
@ -336,20 +336,13 @@ export default {
|
||||||
this.echartsOptions = JSON.parse(res.echart_options);
|
this.echartsOptions = JSON.parse(res.echart_options);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else{
|
}else if(that.params.type==40){
|
||||||
if(that.params.type==40){
|
this.$API.bi.dataset.exec.req("helpso_cate", {}).then((res) => {
|
||||||
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) => {
|
|
||||||
if (res.echart_options) {
|
if (res.echart_options) {
|
||||||
this.echartsOptions = JSON.parse(res.echart_options);
|
this.echartsOptions = JSON.parse(res.echart_options);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
//更改周预估用量
|
//更改周预估用量
|
||||||
weekcountChange(row) {
|
weekcountChange(row) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue