@ -151,6 +151,7 @@ export default {
this.curIndex = index
this.id = item.id
this.name = item.name
this.caseId = item.id
this.jsonText = item.jsonText
})
},
@ -56,7 +56,6 @@ export default {
this.$emit('addRecord', name)
handleForm(index, item) {
this.$parent.caseId = item.id
this.$emit('handleForm', { index, item })
deleteForm() {