@@ -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
})