From b7890af647fa517aeadeddebbc210db8c5e4f4d7 Mon Sep 17 00:00:00 2001 From: hwj Date: Thu, 18 Jun 2026 15:16:48 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E4=BB=BB=E5=8A=A1=E5=88=B6?= =?UTF-8?q?=E5=8D=95-=E4=BB=BB=E5=8A=A1=E5=8D=95=E6=98=8E=E7=BB=86-?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=A7=E5=93=81=E5=88=97=E8=A1=A8=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=BA=A7=E5=93=81=E5=88=86=E7=B1=BB=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/task/components/TaskDetailForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/mes/task/components/TaskDetailForm.vue b/src/views/mes/task/components/TaskDetailForm.vue index 734b17b1..c2d877a0 100644 --- a/src/views/mes/task/components/TaskDetailForm.vue +++ b/src/views/mes/task/components/TaskDetailForm.vue @@ -210,7 +210,7 @@ const open = async (type: string, id?: number, taskId: number) => { // }, // ] // formData.value.unitId = 5 - productList.value = await ProductApi.getMesProductSimpleList() + productList.value = await ProductApi.getMesProductSimpleList({ categoryType: 1 }) } defineExpose({ open }) // 提供 open 方法,用于打开弹窗