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) }