src/views/productionManagement/workOrderManagement/index.vue
@@ -236,7 +236,7 @@ }, { label: "计划工时(小时)", prop: "plannedWorkHours", prop: "salaryQuota", width: "140", }, { @@ -444,7 +444,7 @@ const getList = () => { tableLoading.value = true; const params = { ...searchForm.value, ...page }; const params = { ...searchForm.value, ...page, type: 2 }; productWorkOrderPage(params) .then(res => { tableLoading.value = false;