From 8d42fd0eaeaf86074029603e5726bab6a4641e51 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 25 七月 2025 15:07:32 +0800
Subject: [PATCH] Merge branch 'test' of http://dh.leon056.com:7499/r/data2/Single_application into test

---
 src/views/mobile/bedsideAuxiliaryScreen/components/Header.vue |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/src/views/mobile/bedsideAuxiliaryScreen/components/Header.vue b/src/views/mobile/bedsideAuxiliaryScreen/components/Header.vue
index 6efe7bc..6241118 100644
--- a/src/views/mobile/bedsideAuxiliaryScreen/components/Header.vue
+++ b/src/views/mobile/bedsideAuxiliaryScreen/components/Header.vue
@@ -100,22 +100,22 @@
   };
 });
 
-watch(
-  () => bedsideAuxiliaryScreenStore.taskData,
-  (newData: Task[]) => {
-    console.log('定时任务更新了')
-    if (
-      bedsideAuxiliaryScreenStore.deviceData.deviceCode &&
-      newData.length > 0
-    ) {
-      console.log('newData: ', newData)
-      updateCountdown(newData[0].taskDate);
-    } else {
-      taskCountdown.value = "";
-    }
-  },
-  { deep: true }
-);
+// watch(
+//   () => bedsideAuxiliaryScreenStore.taskData,
+//   (newData: Task[]) => {
+//     console.log('定时任务更新了')
+//     if (
+//       bedsideAuxiliaryScreenStore.deviceData.deviceCode &&
+//       newData.length > 0
+//     ) {
+//       console.log('newData: ', newData)
+//       updateCountdown(newData[0].taskDate);
+//     } else {
+//       taskCountdown.value = "";
+//     }
+//   },
+//   { deep: true }
+// );
 
 const openSettingDeviceDialog = () => {
   settingDeviceDialogRef.value?.openDialog();

--
Gitblit v1.8.0