mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
refactor: 桌面版SQL片段去掉系统参数
This commit is contained in:
parent
9faadc7adf
commit
a960603c56
@ -226,7 +226,9 @@ const handleSearchVariableApi = async () => {
|
||||
}
|
||||
onMounted(async () => {
|
||||
dsChange(sqlNode.value.datasourceId)
|
||||
if (!desktop) {
|
||||
await handleSearchVariableApi()
|
||||
}
|
||||
sql = Base64.decode(sqlNode.value.sql)
|
||||
codeCom.value = myCm.value.codeComInit(setNameIdTrans('id', 'name', sql), true)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user