From 381da72dfcf2f3a3bed35d8ffeec42cfb8632add Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Tue, 7 Jan 2025 11:13:03 +0800 Subject: [PATCH] =?UTF-8?q?FWHL-140@=E7=8E=8B=E5=AE=87=E9=A3=9E=20?= =?UTF-8?q?=E5=A6=82=E6=9E=9C=E7=94=9F=E4=BA=A7=E7=BA=BF=E4=B8=BA=E7=A9=BA?= =?UTF-8?q?=EF=BC=8C=E9=80=89=E5=AE=8C=E5=B7=A5=E4=BD=8D=E4=B9=9F=E7=BB=99?= =?UTF-8?q?=E7=94=9F=E4=BA=A7=E5=85=88=E8=B5=8B=E5=80=BC=EF=BC=8C=E7=84=B6?= =?UTF-8?q?=E5=90=8E=E6=B7=BB=E5=8A=A0=E6=98=8E=E7=BB=86=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E4=BC=A0=E7=94=9F=E4=BA=A7=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productredress/productredressRequestMain/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/wms/productionManage/productredress/productredressRequestMain/index.vue b/src/views/wms/productionManage/productredress/productredressRequestMain/index.vue index 4f3fd7fcd..0153c8c7b 100644 --- a/src/views/wms/productionManage/productredress/productredressRequestMain/index.vue +++ b/src/views/wms/productionManage/productredress/productredressRequestMain/index.vue @@ -173,12 +173,15 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => //车间代码 setV['productionLineCode'] = '' setV['workStationCode'] = '' + tableData.value = [] }else if('productionLineCode'==formField){ //生产线 setV['workStationCode'] = '' + tableData.value = [] }else if('workStationCode'==formField){ //工位代码 - setV['productionLineCode1'] = val[0]['productionLineCode']//用于没选生产线代码,给后端用 + setV['productionLineCode'] = val[0]['productionLineCode']//用于没选生产线代码,给后端用 + tableData.value = [] } formRef.setValues(setV) }