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