From 8a092267e0365340b0cc3b20f763d2d443a76503 Mon Sep 17 00:00:00 2001 From: 梁保满 Date: Thu, 16 Mar 2023 09:09:18 +0800 Subject: [PATCH] 长水隐藏学生画像 --- src/views/index/mainIndex.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(); }, -- libgit2 0.21.4