From 1beadad10f6d789ca723d00507a915e346ce9966 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Sun, 29 Sep 2024 13:35:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E8=A1=A8=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productredress/productredressRequestMain/index.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/views/wms/productionManage/productredress/productredressRequestMain/index.vue b/src/views/wms/productionManage/productredress/productredressRequestMain/index.vue index afc628a9d..d79ad0225 100644 --- a/src/views/wms/productionManage/productredress/productredressRequestMain/index.vue +++ b/src/views/wms/productionManage/productredress/productredressRequestMain/index.vue @@ -134,13 +134,11 @@ const clearSearchInput = (field)=>{ productionLineCode: '', workStationCode:'', }) - tableData.value = [] }else if('productionLineCode' == field){ //生产线代码 formRef.value.formRef.setValues({ workStationCode:'', }) - tableData.value = [] } } // 查询页面返回 @@ -175,11 +173,9 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => //车间代码 setV['productionLineCode'] = '' setV['workStationCode'] = '' - tableData.value = [] }else if('productionLineCode'==formField){ //生产线 setV['workStationCode'] = '' - tableData.value = [] } formRef.setValues(setV) }