This commit is contained in:
yanran200730
2022-02-10 18:45:46 +08:00
parent f6fafad3cc
commit a1c0ef91fb

View File

@@ -213,7 +213,9 @@ export default {
}, },
removeComponent(index) { removeComponent(index) {
this.targetList.splice(index, 1) this.$confirm('确定删除该题', '').then(() => {
this.targetList.splice(index, 1)
}).catch(() => {})
}, },
toPreview() { toPreview() {