From 1e8132692c72c30d49e6f5173edecc2a263e1987 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 05 十一月 2024 15:14:40 +0800
Subject: [PATCH] 前端防重提时间缩短

---
 src/views/system/data-manage/equipment/index.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/views/system/data-manage/equipment/index.vue b/src/views/system/data-manage/equipment/index.vue
index 76b4ea0..f2634d2 100644
--- a/src/views/system/data-manage/equipment/index.vue
+++ b/src/views/system/data-manage/equipment/index.vue
@@ -105,7 +105,7 @@
       <el-table-column label="璁惧鍚嶇О" align="center" prop="name" width="280" fixed/>
       <el-table-column label="璁惧缂栫爜" align="center" prop="serialNumber" width="180"/>
       <el-table-column label="鏍囩" align="center" prop="publicSecurity" width="180" v-if="columns[0].visible"/>
-      <el-table-column label="鍖哄煙" align="center" prop="address" width="180" v-if="columns[1].visible"/>
+      <el-table-column label="鍖哄煙" align="center" prop="cameraCaptureArea" width="180" v-if="columns[1].visible"/>
       <el-table-column label="璁惧鐘舵��" align="center" prop="onState" v-if="columns[2].visible">
         <template slot-scope="scope">
           <dict-tag :options="dict.type.camera_state" :value="scope.row.onState"/>
@@ -220,7 +220,7 @@
         pageNum: 1,
         pageSize: 10,
         serialNumber: null,
-        keyword: '鐞冩満',
+        keyword: '',
         onState: null,
         address: null,
         installedTime: null,
@@ -250,7 +250,6 @@
   created() {
     this.getVideoCount();
     this.getList();
-    this.getDyColumn()
   },
   methods: {
     getDyColumn() {
@@ -269,7 +268,7 @@
     /** 鏌ヨ璁惧璧勪骇鍒楄〃 */
     getList() {
       this.loading = true;
-      this.getDyColumn()
+      // this.getDyColumn()
       dataCenter('assetManagement', this.queryParams).then(response => {
         this.monitorList = response.data;
         this.total = response.total;

--
Gitblit v1.8.0