mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-01-11 09:40:17 +08:00
fix: 修改 loading (#1936)
This commit is contained in:
parent
0d687daa13
commit
27100594a4
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ const onSubmit = async (formEl: FormInstance | undefined, operation: string) =>
|
|||
if (operation === 'create') {
|
||||
await addRemoteDB(param)
|
||||
.then(() => {
|
||||
loading.value = true;
|
||||
loading.value = false;
|
||||
MsgSuccess(i18n.global.t('commons.msg.operationSuccess'));
|
||||
emit('search');
|
||||
drawerVisiable.value = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue