We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d924f commit 29c7518Copy full SHA for 29c7518
1 file changed
ui/src/views/iam/DomainActionForm.vue
@@ -248,8 +248,7 @@ export default {
248
description: this.resource.name,
249
successMethod: result => {
250
if (this.action.api === 'deleteDomain') {
251
- this.$set(this.resource, 'isDel', true)
252
- this.parentUpdActionData(this.resource)
+ this.parentFetchData()
253
}
254
if (this.action.response) {
255
const description = this.action.response(result.jobresult)
0 commit comments