yyb
6 天以前 05ff5ebd66da64433f35abc30f693512679ee5fa
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;