@ -87,8 +87,7 @@ export default {
gridId: '',
projectName: ''
},
options: [],
deleteId: ''
options: []
}
components: {
@ -120,8 +119,7 @@ export default {
cancelButtonText: this.$t('cancel'),
type: 'warning'
}).then(() => {
this.deleteId = id
this.deleteHandle(this.deleteId)
this.deleteHandle(id)
})