fixes cannot add new port forwarding rules after auto select VM next time (#5690)

This commit is contained in:
Hoang Nguyen 2021-12-30 15:53:51 +07:00 committed by GitHub
parent 7823868746
commit ae62e1dd5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -331,7 +331,7 @@ export default {
inject: ['parentFetchData', 'parentToggleLoading'],
data () {
return {
checked: true,
checked: false,
selectedRowKeys: [],
showGroupActionModal: false,
selectedItems: [],
@ -639,6 +639,7 @@ export default {
this.addVmModalNicLoading = false
this.showConfirmationAction = false
this.nics = []
this.checked = false
this.resetTagInputs()
},
openTagsModal (id) {