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 {