liyong
2026-05-27 cd9ee0b4268c6b0ccdaf75115aea4680ce40cb83
src/views/qualityManagement/processInspection/index.vue
@@ -276,7 +276,8 @@
  tableLoading.value = true;
  const params = { ...searchForm.value, ...page };
  params.entryDate = undefined
  qualityInspectListPage({...params, inspectType: 1}).then(res => {
  params.processType = params.process
  qualityInspectListPage({ ...params, inspectType: 1 }).then(res => {
    tableLoading.value = false;
    tableData.value = res.data.records
    page.total = res.data.total;