27240
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user