From fe2ab50fdb6ac399683adb88a3fb38f6a27c1cb1 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 21 Mar 2024 16:40:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B7=A5=E5=BA=8F=E5=90=88=E6=A0=BC?= =?UTF-8?q?=E6=95=B0=E7=BB=9F=E8=AE=A1bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/product_check2.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/views/statistics/product_check2.vue b/src/views/statistics/product_check2.vue index e348bd7c..a1facad4 100644 --- a/src/views/statistics/product_check2.vue +++ b/src/views/statistics/product_check2.vue @@ -166,12 +166,13 @@ let exec = that.queryType=='月'?'lineMonth':'lineYear'; let obj = { query: { - end_date: that.end_date,dept_name: "6车间", - is_hidden: -1,start_date: that.start_date, + end_date: that.end_date, + start_date: that.start_date, mgroup_name: that.processName,group_bys_mgroup: ", mgroup.name", group_bys_material: "",order_bys_material: "", select_cols_mgroup: ", mgroup.name AS 工段", - select_cols_material: "" + select_cols_material: "", + is_count_utask: -1 }, }; //获取echarts数据 @@ -205,9 +206,10 @@ }); let obj2 = { query: { - start_date: that.start_date, end_date: that.end_date, dept_name: "6车间", - is_hidden: -1,mgroup_name: that.processName,group_bys_mgroup: ", mgroup.name", + start_date: that.start_date, end_date: that.end_date, + mgroup_name: that.processName,group_bys_mgroup: ", mgroup.name", select_cols_mgroup: ", mgroup.name AS 工段", + is_count_utask: -1 }, }; //获取table数据