From 7ea6f819494d8d85087e9c933a905eb1cf8bac4f Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期三, 03 十二月 2025 13:28:14 +0800
Subject: [PATCH] 1、历史任务查询默认日期为当前 2、理片笼信息条件查询时只显示符合的数据
---
UI-Project/src/views/hollow/hollowequipment.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/UI-Project/src/views/hollow/hollowequipment.vue b/UI-Project/src/views/hollow/hollowequipment.vue
index bac2e30..bbf418b 100644
--- a/UI-Project/src/views/hollow/hollowequipment.vue
+++ b/UI-Project/src/views/hollow/hollowequipment.vue
@@ -994,7 +994,6 @@
import { ElMessage, ElMessageBox } from 'element-plus'
import { onBeforeUnmount, onMounted, onUnmounted, ref, reactive, watch, computed, getCurrentInstance } from "vue";
import request from "@/utils/request"
-import { host, WebSocketHost } from '@/utils/constants'
import { closeWebSocket, initializeWebSocket } from '@/utils/WebSocketService';
import { useI18n } from 'vue-i18n'
const { t } = useI18n()
--
Gitblit v1.8.0