From 20a7af75df25b76c4696a17dafb72ffb08191afd Mon Sep 17 00:00:00 2001 From: qiuhongwu Date: Wed, 29 May 2024 09:23:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=BB=B4=E4=BF=9D=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mes-ui-admin-vue3/src/views/biz/PMRecords/index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mes-ui/mes-ui-admin-vue3/src/views/biz/PMRecords/index.vue b/mes-ui/mes-ui-admin-vue3/src/views/biz/PMRecords/index.vue index 3dbdc8d3..7d4a963f 100644 --- a/mes-ui/mes-ui-admin-vue3/src/views/biz/PMRecords/index.vue +++ b/mes-ui/mes-ui-admin-vue3/src/views/biz/PMRecords/index.vue @@ -7,12 +7,12 @@ - + - + @@ -126,6 +126,7 @@ const queryParams = reactive({ code: undefined, type: undefined, equipId: undefined, + workshopId:undefined, description: undefined, owner: undefined, progress: undefined, @@ -218,8 +219,8 @@ onMounted(() => { const handleSelectedWorkshop = (newValue: any) => { queryParams.workshopId = newValue.id } -const handleSelectedequip = () => { - queryParams.businessLine = newValue?.id +const handleSelectedequip = (newValue) => { + queryParams.equipId = newValue?.id }