From d19612bcf688417adee504c5ae5bacb1a4832f88 Mon Sep 17 00:00:00 2001
From: jiang <1354748262@qq.com>
Date: 星期五, 26 一月 2024 09:30:02 +0800
Subject: [PATCH] 更新返修标记查询搜索

---
 jcdm-ui/src/views/main/pr/cameraReport/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/jcdm-ui/src/views/main/pr/cameraReport/index.vue b/jcdm-ui/src/views/main/pr/cameraReport/index.vue
index 99f245b..ce4ecfa 100644
--- a/jcdm-ui/src/views/main/pr/cameraReport/index.vue
+++ b/jcdm-ui/src/views/main/pr/cameraReport/index.vue
@@ -111,7 +111,7 @@
         state: null,
         paramName: null,
         unit: null,
-        type: '鐩告満妫�娴�',
+        type: '瑙嗚鏁版嵁',
         startDate: null,
         endDate: null,
         dateConditions: [],
@@ -173,7 +173,7 @@
         state: null,
         paramName: null,
         unit: null,
-        type: '鐩告満妫�娴�',
+        type: '瑙嗚鏁版嵁',
       };
       this.resetForm("form");
     },
@@ -197,7 +197,7 @@
     getList() {
       this.loading = true;
       listParamCollection(this.queryParams).then(response => {
-        this.tightenReportList = response.rows;
+        this.cameraReportList = response.rows;
         this.total = response.total;
         this.loading = false;
       });

--
Gitblit v1.9.3