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;