From 0fceeccf12405cafeea9a2b8c2fff4989ff0bb44 Mon Sep 17 00:00:00 2001
From: sd <shidong@jhsoft.cc>
Date: 星期三, 23 七月 2025 11:19:10 +0800
Subject: [PATCH] 摄像机配置-添加任务Icon图; 实时监控-左侧和下方列表数据对接,详情数据对接,图片和视频功能调整。

---
 src/pages/cameraAccess/components/CameraInfo.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/pages/cameraAccess/components/CameraInfo.vue b/src/pages/cameraAccess/components/CameraInfo.vue
index 8283718..05df119 100644
--- a/src/pages/cameraAccess/components/CameraInfo.vue
+++ b/src/pages/cameraAccess/components/CameraInfo.vue
@@ -94,7 +94,7 @@
 
       <el-row>
         <!-- 娣诲姞浼犳劅鍣� -->
-        <CameraInfoEditor ref="cameraEditor" :Carmeras="form" :sensors="sensors"></CameraInfoEditor>
+        <!-- <CameraInfoEditor ref="cameraEditor" :Carmeras="form" :sensors="sensors"></CameraInfoEditor> -->
       </el-row>
 
       <el-row style="padding-top: 15px">
@@ -315,7 +315,7 @@
                   return obj
                 })
                 this.resolutionList = list
-                this.sensors = res.data.sensors
+                // this.sensors = res.data.sensors
               }
 
               this.$nextTick(() => {
@@ -382,7 +382,7 @@
     },
     // 淇濆瓨
     onSubmit(formName) {
-      let list = this.$refs.cameraEditor.getResult()
+      // let list = this.$refs.cameraEditor.getResult()
       this.$refs[formName].validate(async (valid) => {
         if (valid) {
           const isRequire = this.verifyRequrie()
@@ -390,7 +390,7 @@
 
           this.form.latitude = Number.isNaN(parseFloat(this.form.latitude)) ? 0 : parseFloat(this.form.latitude)
           this.form.longitude = Number.isNaN(parseFloat(this.form.longitude)) ? 0 : parseFloat(this.form.longitude)
-          this.form.sensors = list
+          // this.form.sensors = list
           this.form.resolution_width = Number(this.form.resolution.split("*")[0])
           this.form.resolution_height = Number(this.form.resolution.split("*")[1])
           let _this = this

--
Gitblit v1.8.0