From 7370cdde9e4750611e655b035c8004e13b74e594 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Tue, 24 Sep 2024 14:36:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=A9=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productreceiptscrapRequestMain/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRequestMain/index.vue b/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRequestMain/index.vue index fbc619e43..dce606da1 100644 --- a/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRequestMain/index.vue +++ b/src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRequestMain/index.vue @@ -259,6 +259,12 @@ const searchTableSuccess = async (formField, searchField, val, formRef, type, ro } } else { const setV = {} + if('workshopCode'==formField){ + setV['productionLineCode'] = '' + tableData.value = [] + }else if('productionLineCode'==formField){ + tableData.value = [] + } setV[formField] = val[0][searchField] formRef.setValues(setV) }