@ -251,6 +251,14 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
} else {
const setV = {}
setV[formField] = val[0][searchField]
if('workshopCode'==formField){
//车间代码
setV['productionLineCode'] = ''
tableData.value = []
}else if('productionLineCode'==formField){
//生产线代码
}
formRef.setValues(setV)
})
@ -249,6 +249,14 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>