fix:禅道199
This commit is contained in:
parent
7ecafc6495
commit
c037c56347
|
|
@ -325,8 +325,10 @@ export default {
|
||||||
"select_dept": "",
|
"select_dept": "",
|
||||||
"groupby_dept": "",
|
"groupby_dept": "",
|
||||||
"material_types": this.params.type,
|
"material_types": this.params.type,
|
||||||
"select_material": "",
|
"select_material": "material.cate as cate",
|
||||||
"groupby_material": ""
|
"groupby_material": "material.cate",
|
||||||
|
"select_material_name": "",
|
||||||
|
"groupby_material_name": ""
|
||||||
}}).then((res) => {
|
}}).then((res) => {
|
||||||
if (res.echart_options) {
|
if (res.echart_options) {
|
||||||
this.echartsOptions = JSON.parse(res.echart_options);
|
this.echartsOptions = JSON.parse(res.echart_options);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue