liyong
2026-05-25 2cb71b3a0e63aae9d9beb13863c69b4c10397025
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;