@ -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){
setV[formField] = val[0][searchField]
formRef.setValues(setV)