wangxy 4 giorni fa
parent
commit
d098888699
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pages/selectGradesTerms/index.vue

+ 1 - 1
pages/selectGradesTerms/index.vue

@@ -114,7 +114,7 @@
 				cacheManager.updateObject('auth', {
           typeId: typeId,
           levelId: levelId,
-          subjectId: subjectId, // 此处subjectId 独立加入缓存,单独维护,勿动
+          subjectId: subjectId, // 此处subjectId 独立加入缓存,单独维护,勿动 @date 2025/05/14
           zhangId: data.activeProduct == auth.nianji && data.activeXueke == auth.cardId ? auth.zhangId: 0,
           currentZhang: 0
 				})