Browse Source

#3797 C1195 学校/个人题库--快速组卷自由组题模式下截图修改配分,总分显示异常

XW 2 months ago
parent
commit
05a4f7d540
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TEAMModelOS/ClientApp/src/common/BaseQuickPaper.vue

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

@@ -1251,7 +1251,7 @@
 					let url = cvs.toDataURL('image/png')
 					if(this.editQuesIndex != -1) {
 						item.qIndex = this.editQuesIndex
-						this.orderItemsArr[this.editQuesIndex] = ({
+						this.orderItemsArr.splice(this.editQuesIndex, 1, {
 							type: item.type,
 							options: ["single", "multiple"].includes(item.type) ? 4 : 0,
 							answer: "",