From 9823ceec16b88213b6b742937b3d8562961bcc0e Mon Sep 17 00:00:00 2001
From: sd <shidong@jhsoft.cc>
Date: 星期五, 01 八月 2025 17:33:32 +0800
Subject: [PATCH] 模型调优-卡片数据增加分页;左侧标签增加筛选功能。

---
 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