mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
新建试卷默认数据为空
This commit is contained in:
@@ -451,7 +451,10 @@ export default {
|
|||||||
this.resOwner = [];
|
this.resOwner = [];
|
||||||
this.formTab = 'info';
|
this.formTab = 'info';
|
||||||
this.totalScore=0;
|
this.totalScore=0;
|
||||||
|
this.qlib.type= '';
|
||||||
|
this.qlib.title= '';
|
||||||
this.paperLength=0;
|
this.paperLength=0;
|
||||||
|
this.question.all = false;
|
||||||
this.question.list =[];
|
this.question.list =[];
|
||||||
this.question.checkQuest = [];
|
this.question.checkQuest = [];
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user