Explorar o código

Merge branch 'Inspection'

lex-xin %!s(int64=4) %!d(string=hai) anos
pai
achega
8fbbc65b0a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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)
   }
 }