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();
     })