src/views/productionManagement/workOrderEdit/index.vue
@@ -133,7 +133,7 @@ }, { label: "计划工时(小时)", prop: "plannedWorkHours", prop: "salaryQuota", width: "140", }, { @@ -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;