zhangjie hai 1 ano
pai
achega
63e62f4a2c

+ 2 - 0
src/features/invigilation/InvigilationDetail/InvigilationDetail.vue

@@ -351,6 +351,8 @@ export default {
         await this.getExamActivityRoomList();
         this.toSearch();
       } catch (error) {
+        console.log(error);
+      } finally {
         this.dataReady = true;
       }
     },

+ 2 - 0
src/features/invigilation/ProgressDetail/ProgressDetail.vue

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

+ 2 - 0
src/features/invigilation/WarningManage/WarningManage.vue

@@ -318,6 +318,8 @@ export default {
         this.toSearch();
       } catch (error) {
         this.dataReady = true;
+      } finally {
+        this.dataReady = true;
       }
     },
     async getList() {