diff --git a/ui/src/views/iam/DomainActionForm.vue b/ui/src/views/iam/DomainActionForm.vue index b9796867106..1696d525810 100644 --- a/ui/src/views/iam/DomainActionForm.vue +++ b/ui/src/views/iam/DomainActionForm.vue @@ -248,8 +248,7 @@ export default { description: this.resource.name, successMethod: result => { if (this.action.api === 'deleteDomain') { - this.$set(this.resource, 'isDel', true) - this.parentUpdActionData(this.resource) + this.parentFetchData() } if (this.action.response) { const description = this.action.response(result.jobresult)