@ -122,6 +122,8 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
const newRow = JSON.parse(JSON.stringify({...tableFormKeys,...item}))
tableData.value.push(newRow)
})
} else {
row[formField] = val[0][searchField]
}
const setV = {}