소스 검색

快速组卷

XW 2 달 전
부모
커밋
d3f0f8b2f3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;