新建试卷默认数据为空

This commit is contained in:
zhaofang
2022-06-02 13:52:08 +08:00
parent ef55032c44
commit 1cb586d793

View File

@@ -451,7 +451,10 @@ export default {
this.resOwner = [];
this.formTab = 'info';
this.totalScore=0;
this.qlib.type= '';
this.qlib.title= '';
this.paperLength=0;
this.question.all = false;
this.question.list =[];
this.question.checkQuest = [];
},