|
@@ -468,6 +468,7 @@
|
|
|
/* 回显编辑试卷 */
|
|
|
async doRenderEditPaper() {
|
|
|
this.paperInfo.name = this.editPaper.name;
|
|
|
+ this.paperInfo.score = this.editPaper.score;
|
|
|
this.oldPaperName = this.editPaper.name;
|
|
|
this.isSecret = this.editPaper.secret === 1
|
|
|
let curScope = this.editPaper.scope;
|