1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

perf(MySQL): improved the way to get routine and functions parameters

This commit is contained in:
2021-04-14 18:06:20 +02:00
parent c0f54b9514
commit 90fd9db917
5 changed files with 82 additions and 75 deletions

View File

@ -47,7 +47,7 @@
<BaseLoader v-if="isLoading" />
<label class="form-label ml-2">{{ $t('message.functionBody') }}</label>
<QueryEditor
v-if="isSelected"
v-show="isSelected"
ref="queryEditor"
:value.sync="localFunction.sql"
:workspace="workspace"