diff --git a/src/views/produce/workOrderArrange/index.vue b/src/views/produce/workOrderArrange/index.vue index 37631a4..8926d03 100644 --- a/src/views/produce/workOrderArrange/index.vue +++ b/src/views/produce/workOrderArrange/index.vue @@ -152,7 +152,7 @@ const searchForm = ref({ pageNum: 1, pageSize: 10, total: 0, - workOrderType: 0, + workOrderType: 1, wiredrawingCode: '', specification: '', equipmentCode: '', @@ -161,7 +161,7 @@ const searchForm = ref({ const isActive = ref(undefined); -const workOrderTypeValue = ref(0); +const workOrderTypeValue = ref(1); const range = ref<[number, number] | null>(null); const showInputDialog = ref(false); @@ -657,7 +657,7 @@ function init(): void { endLoading(); }); } else { - getEnamellingWorkorderList({ ...searchForm.value }).then(res => { + getEnamellingWorkorderList({ ...searchForm.value }).then(res => { if (res.code === 200) { searchForm.value.total = res.total; qbData.value = res.rows;