| src/views/qualityManagement/processInspection/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/qualityManagement/processInspection/index.vue
@@ -276,6 +276,7 @@ tableLoading.value = true; const params = { ...searchForm.value, ...page }; params.entryDate = undefined params.processType = params.process qualityInspectListPage({...params, inspectType: 1}).then(res => { tableLoading.value = false; tableData.value = res.data.records