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