浏览代码

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

XW 2 月之前
父节点
当前提交
05a4f7d540
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: "",