mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 12:56:45 +08:00
fix:修改考试默认值
This commit is contained in:
@@ -406,6 +406,7 @@ export default {
|
|||||||
state.test.showAnswers = 1;
|
state.test.showAnswers = 1;
|
||||||
state.test.showAnalysis = 1;
|
state.test.showAnalysis = 1;
|
||||||
state.test.scoringModel = 2;
|
state.test.scoringModel = 2;
|
||||||
|
state.test.questionArrangement = 4;
|
||||||
const clearAll = () => {
|
const clearAll = () => {
|
||||||
state.test = {};
|
state.test = {};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user