From 193d2e32a85e0a834357b97fd1cc0982b18f1acb Mon Sep 17 00:00:00 2001 From: caoqianming Date: Wed, 20 Mar 2024 15:33:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=B7=E6=96=99=E6=95=B0=E6=8D=AEis?= =?UTF-8?q?=5Fcount=5Futask=E4=B8=BA-1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/hunliao.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/statistics/hunliao.vue b/src/views/statistics/hunliao.vue index f87b0dc7..3582ba0c 100644 --- a/src/views/statistics/hunliao.vue +++ b/src/views/statistics/hunliao.vue @@ -26,8 +26,8 @@ - 导出 - + 导出 + @@ -58,8 +58,8 @@ - 导出 - + 导出 + @@ -194,7 +194,7 @@ export default { getData7() { let that = this; let obj = { - query: { start_date: that.start_date, end_date: that.end_date, mgroup_name: "混料", is_count_utask: 0 }, + query: { start_date: that.start_date, end_date: that.end_date, mgroup_name: "混料", is_count_utask: -1 }, }; let option = deepCopy(that.basicOption); option.xAxis.data = that.xAxisData; @@ -335,10 +335,10 @@ export default {