Selaa lähdekoodia

Merge branch 'develop' of http://163.228.141.122:3000/TEAMMODEL/TEAMModelOS into develop

Eden 2 kuukautta sitten
vanhempi
commit
9b2775fcf5
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      TEAMModelOS/ClientApp/src/common/BaseQuickPaper.vue

+ 1 - 0
TEAMModelOS/ClientApp/src/common/BaseQuickPaper.vue

@@ -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;