fix:禅道199

This commit is contained in:
shijing 2025-11-28 17:10:56 +08:00
parent 7ecafc6495
commit c037c56347
1 changed files with 4 additions and 2 deletions

View File

@ -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);