src/views/qualityManagement/processInspection/index.vue
@@ -281,12 +281,7 @@ params.entryDate = undefined qualityInspectListPage({...params, inspectType: 1}).then(res => { tableLoading.value = false; tableData.value = res.data.records.map(item => { return { ...item, qualifiedQuantity: item.quantity - item.defectiveQuantity }; }); tableData.value = res.data.records page.total = res.data.total; }).catch(err => { tableLoading.value = false;