瀏覽代碼

束管更新

lxh 1 月之前
父節點
當前提交
44269757c8

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

@@ -194,9 +194,9 @@
         setTimeout(() => {
           loading.value = false;
           activeDeviceID.value = id;
+          getListdays();
           setModalProps({ loading: false, confirmLoading: false });
         }, 300);
-        getListdays();
       }
 
       function handleOk(e) {

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

@@ -175,9 +175,10 @@ export default defineComponent({
       setTimeout(() => {
         loading.value = false;
         activeDeviceID.value = id;
+        getListdays();
         setModalProps({ loading: false, confirmLoading: false });
       }, 300);
-      getListdays();
+     
     }
 
     function handleOk(e) {