春风项目四线(合箱线、总装线)
jiang
2024-01-26 d19612bcf688417adee504c5ae5bacb1a4832f88
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;
      });