mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-25 14:34:46 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user