From e5f23c2a9ec4d631a4c70c6612696524a755c587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=AE=E5=BB=BA?= <450837357@qq.com> Date: Wed, 9 Apr 2025 16:16:21 +0800 Subject: [PATCH] first --- src/views/produce/workOrderArrange/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;