From 4ffc2ac576deed6b82f063219e7532870edb5c2a Mon Sep 17 00:00:00 2001 From: ais-one Date: Tue, 12 Nov 2024 08:55:24 +0800 Subject: [PATCH] update t4tf3 --- libs/esm/t4t-fe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/esm/t4t-fe.js b/libs/esm/t4t-fe.js index 9b5250e..66eb588 100644 --- a/libs/esm/t4t-fe.js +++ b/libs/esm/t4t-fe.js @@ -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)