فهرست منبع

fix:【相机预览布局】不切换算法卡片,不应该弹切换算法的弹窗

louhangfei 1 سال پیش
والد
کامیت
7f49f153f2
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/views/cameras/preview/components/AlgorithmsSetting/AlgorithmsSetting.vue

+ 1 - 0
src/views/cameras/preview/components/AlgorithmsSetting/AlgorithmsSetting.vue

@@ -253,6 +253,7 @@
         ElMessage.success('更新成功');
         getCameraAlgoList(cameraId);
         selectedAlgoId.value = undefined;
+        algoSettingIsOpen.value = false;
       });
     }
   };