diff --git a/frontend/src/views/database/mysql/remote/operate/index.vue b/frontend/src/views/database/mysql/remote/operate/index.vue index 7a753c0d6..44569bb64 100644 --- a/frontend/src/views/database/mysql/remote/operate/index.vue +++ b/frontend/src/views/database/mysql/remote/operate/index.vue @@ -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;