Fixbug#86107 when clicked the connectbutton the enterprisepage closed http://172.17.66.192/biz/bug-view-86107.html

This commit is contained in:
king 2021-11-03 13:57:40 +08:00
parent f0af8dc67d
commit 5f7d9ea641
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ void EnterpriseWlanDialog::onBtnConnectClicked()
} else {
qWarning() << "Connect enterprise wlan failed!(Unknown eap type)" << Q_FUNC_INFO << __LINE__;
}
close();
}
void EnterpriseWlanDialog::onEapTypeChanged(const KyEapMethodType &type)