Merge pull request #4014 from jumpserver/pr@v4@fix_cloud_location

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 14:27:02 +08:00
committed by GitHub

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)