fix: 转让群主后窗口不关闭的问题

This commit is contained in:
kuaifan 2022-11-21 14:09:35 +08:00
parent f4d9949ce9
commit 4d5c5b052d

View File

@ -1565,6 +1565,7 @@ export default {
$A.modalError(msg);
}).finally(_ => {
this.groupTransferLoad--;
this.groupTransferShow = false;
});
},