src/views/productionManagement/workOrderEdit/index.vue
@@ -230,7 +230,7 @@ }; const getList = () => { tableLoading.value = true; const params = { ...searchForm.value, ...page }; const params = { ...searchForm.value, ...page, type: 1 }; productWorkOrderPage(params) .then(res => { tableLoading.value = false;