From d61f4836eeb3414ca9f4184d40cb2cefe9f5f5c3 Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Wed, 16 Oct 2024 14:25:26 +0800 Subject: [PATCH] =?UTF-8?q?YT-430=E5=88=B6=E5=93=81=E8=BF=94=E4=BF=AE?= =?UTF-8?q?=EF=BC=8C=E6=96=B0=E5=A2=9E=E5=88=87=E6=8D=A2=E8=BD=A6=E9=97=B4?= =?UTF-8?q?=EF=BC=8C=E5=BA=94=E6=B8=85=E7=A9=BA=E8=BF=94=E4=BF=AE=E7=94=9F?= =?UTF-8?q?=E4=BA=A7=E7=BA=BF=E3=80=81=E6=98=8E=E7=BB=86=EF=BC=9B=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E8=BF=94=E4=BF=AE=E7=94=9F=E4=BA=A7=E7=BA=BF=EF=BC=8C?= =?UTF-8?q?=E5=BA=94=E6=B8=85=E7=A9=BA=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productrepair/productrepairRequestMain/index.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue b/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue index dd3aa3841..14c93554f 100644 --- a/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue +++ b/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue @@ -284,6 +284,13 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => } } else { const setV = {} + if(formField == 'workshopCode'){ + setV['productionLineCode'] = '' + tableData.value = [] + } + if(formField == 'productionLineCode'){ + tableData.value = [] + } setV[formField] = val[0][searchField] formRef.setValues(setV) }