Skip to content

Commit

Permalink
update t4tf3
Browse files Browse the repository at this point in the history
  • Loading branch information
ais-one committed Nov 12, 2024
1 parent 0076336 commit 4ffc2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/esm/t4t-fe.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ async function autocomplete (search, col, record, parentColVal) {
query.parentTableColName = parentTableColName
query.parentTableColVal = parentColVal || record[parentCol]
}
const { data } = await http.get(urlPrefix + '/t4t/autocomplete', query)
const { data } = await http.get(urlPrefix + '/t4t/autocomplete/' + tableName, query)
res = data
} catch (err) {
console.log('autocomplete', err.message)
Expand Down

0 comments on commit 4ffc2ac

Please sign in to comment.