Browse Source

fix: 修改 loading (#1936)

pull/1937/head
ssongliu 1 year ago committed by GitHub
parent
commit
27100594a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      frontend/src/views/database/mysql/remote/operate/index.vue

2
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;

Loading…
Cancel
Save