Przeglądaj źródła

Merge branch 'Inspection'

lex-xin 4 lat temu
rodzic
commit
8fbbc65b0a
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/store/modules/app.js

+ 2 - 2
src/store/modules/app.js

@@ -38,12 +38,12 @@ const mutations = {
     state.device = device
   },
   COMMIT_DOT_STATUS: (state, status) => {
-    toggleDot(status)
     const { musicPatrol, studentInfo, teacherInfo } = status
     state.status = {
       ...status,
-      remindMatterData: musicPatrol || studentInfo || teacherInfo
+      indexErrData: musicPatrol || studentInfo || teacherInfo
     }
+    toggleDot(state.status)
   }
 }