fix:管料退火数据展示

This commit is contained in:
shijing 2024-03-26 17:00:18 +08:00
parent c8be074677
commit ad80db57fa
1 changed files with 2 additions and 6 deletions

View File

@ -412,10 +412,8 @@ export default {
query: {
start_date: this.start_date,
end_date: this.end_date,
dept_name: "8车间",
mgroup_name: "管料退火",
group_bys_mgroup: ", mgroup.name",
select_cols_mgroup: ", mgroup.name AS 工段",
is_count_utask: -1,
},
};
that.$API.bi.dataset.exec.req(exec, obj).then((res) => {
@ -436,9 +434,7 @@ export default {
group_bys_material: "",
order_bys_material: "",
select_cols_material: "",
mgroup_name: "管料退火",
group_bys_mgroup: ", mgroup.name",
select_cols_mgroup: ", mgroup.name AS 工段",
is_count_utask: -1,
},
};
that.$API.bi.dataset.exec.req(exec, obj2).then((res2) => {