lxh 11 달 전
부모
커밋
2cd6f24900
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/vent/monitorManager/deviceMonitor/components/device/modal/bundle.modal.vue

+ 1 - 1
src/views/vent/monitorManager/deviceMonitor/components/device/modal/bundle.modal.vue

@@ -244,7 +244,7 @@ export default defineComponent({
         item.readTime = item.readTime?.substring(11);
         return item;
       });
-    });
+    },{immediate:true});
     onMounted(()=>{
       getListdays();
     })