fix: Fixed the issue that the dialog box did not close when clicking the cloud platform account details to jump to the cloud platform details page during the last step of creating the cloud

This commit is contained in:
zhaojisen
2024-06-11 10:46:49 +08:00
parent 4caf3b2f86
commit 7d7208a1bf

View File

@@ -57,6 +57,7 @@ export default {
methods: {
handleClick() {
this.$router.push({ name: 'CloudAccountDetail', params: { id: this.object.id }})
this.handleClose()
},
handleClose() {
this.$emit('update:visible', false)