@@ -351,6 +351,8 @@ export default {
await this.getExamActivityRoomList();
this.toSearch();
} catch (error) {
+ console.log(error);
+ } finally {
this.dataReady = true;
}
},
@@ -267,6 +267,8 @@ export default {
window.sessionStorage.removeItem("studentManageCache");
+ this.dataReady = true;
async getList() {
@@ -318,6 +318,8 @@ export default {