From 6a074bb08783744bcc2de2220ecef4ab56c5fa2b Mon Sep 17 00:00:00 2001 From: jiang <1354748262@qq.com> Date: 星期四, 25 一月 2024 10:58:58 +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