jcdm-ui/src/views/main/pr/cameraReport/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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; });