|
|
@@ -331,7 +331,9 @@ export default {
|
|
|
const { tagData, tagName } = (await getSetting('examTag')) || {}
|
|
|
if (tagData) {
|
|
|
this.groupByUser = tagData.groupByUser
|
|
|
- this.activeName = '答卷1'
|
|
|
+ if (this.groupByUser) {
|
|
|
+ this.activeName = '答卷1'
|
|
|
+ }
|
|
|
}
|
|
|
this.loadData()
|
|
|
// 监听键盘事件
|