diff --git a/src/views/index/mainIndex.vue b/src/views/index/mainIndex.vue index 929cd2a..fbb7101 100644 --- a/src/views/index/mainIndex.vue +++ b/src/views/index/mainIndex.vue @@ -138,7 +138,7 @@ {{ dataInfo.paperCount }}套答题卡。

-
+

学生画像

共分析{{ dataInfo.imagesCount }}名学生成绩。

@@ -242,6 +242,7 @@ export default { type: "", navList: [], dataInfo: {}, + code:"" }; }, watch: { @@ -251,6 +252,7 @@ export default { }, }, created() { + this.code = localStorage.getItem("csCode") || ""; this._Init(this.$store.getters.info.showRoleName); this._QueryData(); },