|
@ -542,6 +542,8 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => |
|
|
setV['costCenterType'] = val[0]['costcentreType'] |
|
|
setV['costCenterType'] = val[0]['costcentreType'] |
|
|
}else if(formField == 'productionLineCode'){ |
|
|
}else if(formField == 'productionLineCode'){ |
|
|
tableData.value = [] |
|
|
tableData.value = [] |
|
|
|
|
|
} else if(formField == 'workshopCode'){ |
|
|
|
|
|
tableData.value = [] |
|
|
} |
|
|
} |
|
|
formRef.setValues(setV) |
|
|
formRef.setValues(setV) |
|
|
} |
|
|
} |
|
|