|
@@ -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: "",
|