From be23ab353c618c254ed81a79f6e9175cb953e69e Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期五, 27 十二月 2024 16:35:16 +0800
Subject: [PATCH] 卧式缓存入参,上片模块结束工程逻辑更改,钢化模块删除拿走打印功能,中空新增二线

---
 UI-Project/src/views/Caching/cachingun.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/UI-Project/src/views/Caching/cachingun.vue b/UI-Project/src/views/Caching/cachingun.vue
index 62100c6..a097d9c 100644
--- a/UI-Project/src/views/Caching/cachingun.vue
+++ b/UI-Project/src/views/Caching/cachingun.vue
@@ -68,10 +68,9 @@
       startTime: timeRange.value[0] || '',
       endTime: timeRange.value[1] || '',
       glassId: glassId.value || '',
-      taskState: taskState.value || '',
+      taskState: taskState.value,
       taskType: taskType.value || ''
     };
- 
     // 鏋勫缓鏌ヨ瀛楃涓�
     const queryString = new URLSearchParams(params).toString();
     const url = `/cacheGlass/edgStorageDeviceTaskHistory?${queryString}`;
@@ -189,7 +188,7 @@
 const optionsa = [
   {
     value: 0,
-    label: t('searchOrder.empty'),
+    label: t('hellow.starttask'),
   },
   {
     value: 1,
@@ -241,7 +240,7 @@
 function getStatusTextb(taskState) {
   switch (taskState) {
     case 0:
-      return t('searchOrder.empty');
+      return t('hellow.starttask');
     case 1:
       return t('searchOrder.endtask');
   }

--
Gitblit v1.8.0