Hwf 7 months ago
parent
commit
cacaff9d1f
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/views/leader/index.vue

+ 5 - 5
src/views/leader/index.vue

@@ -272,11 +272,11 @@ const handleHideDialog = () => {
 };
 onMounted(() => {
   initData()
-  show.value = true;
-  rollCallData.value = {
-    id: '11111',
-    time1: '2024-10-22 12:00:00'
-  };
+  // rollCallData.value = {
+  //   id: '11111',
+  //   time1: '2024-10-22 12:00:00'
+  // };
+  // show.value = true;
   if (!timer && !!rollCallData.value.time1) {
     timer = setInterval(updateTime, 1000)
   }