From 84cab370f2421d6823021e93ecb0e1e47dce4410 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 02 四月 2024 11:52:33 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/views/system/video/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/video/index.vue b/src/views/system/video/index.vue index 8df8e43..f7c179f 100644 --- a/src/views/system/video/index.vue +++ b/src/views/system/video/index.vue @@ -209,7 +209,6 @@ <script> import { listMonitor, getMonitor, delMonitor, addMonitor, updateMonitor } from "@/api/platform/video-monitor"; -import {getCountyList} from "@/api/platform/region"; export default { name: "Monitor", dicts: ['sys_normal_disable', 'platform_yes_no','camera_state'], @@ -264,6 +263,7 @@ installedTime: null, managementUnit: null, defaultOrder: null, + cameraFunType: 1, }, // 琛ㄥ崟鍙傛暟 form: {}, -- Gitblit v1.8.0