From b8ad4437edd1a32dc74c8d16015d05dd570e3b75 Mon Sep 17 00:00:00 2001
From: hdy <1105738590@qq.com>
Date: 星期三, 24 一月 2024 18:43:49 +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