春风项目四线(合箱线、总装线)
hdy
2024-01-24 b8ad4437edd1a32dc74c8d16015d05dd570e3b75
新增-生产报表
已修改1个文件
6 ■■■■ 文件已修改
jcdm-ui/src/views/main/pr/cameraReport/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | 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;
      });