From 0f535a86b33a7719f4ca4372167b6e9c623a34cb Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Thu, 17 Oct 2024 14:44:49 +0800 Subject: [PATCH] =?UTF-8?q?HL-6284=E6=B7=BB=E5=8A=A0=E6=B8=85=E7=A9=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productrepair/productrepairRequestMain/index.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue b/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue index ca5b38e08..5bc0040f5 100644 --- a/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue +++ b/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue @@ -240,6 +240,12 @@ const clearSearchInput = (field)=>{ //车间代码 formRef.value.formRef.setValues({ productionLineCode: '', + team: '', + }) + tableData.value = [] + }else if('productionLineCode'==field){ + formRef.value.formRef.setValues({ + team: '', }) tableData.value = [] } @@ -298,6 +304,11 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => if('workshopCode' == formField){ //车间代码 setV['productionLineCode'] = '' + setV['team'] = '' + tableData.value = [] + }else if('productionLineCode' == formField){ + //车间代码 + setV['team'] = '' tableData.value = [] } formRef.setValues(setV)