Browse Source

参数调整

wangxy 4 months ago
parent
commit
09f80cc099
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/selectGradesTerms/index.vue

+ 2 - 2
pages/selectGradesTerms/index.vue

@@ -29,7 +29,7 @@
 	import {
 		reactive,
 		toRefs,
-		computed,
+		computed,
 		nextTick
 	} from "vue";
 	import * as httpApi from "@/api/selectGradesTerms.js";
@@ -143,7 +143,7 @@
 					typeId: typeId,
 					levelId: levelId,
 					subjectId: subjectId,
-					zhangId: data.activeProduct == auth.nianji && data.activeXueke == auth.cardId ? auth.zhangId :
+					zhangId: data.activeProduct == auth.levelId && data.activeXueke == auth.cardId ? auth.zhangId :
 						0,
 					currentZhang: 0
 				})