mirror of https://github.com/apache/cloudstack.git
Prevent fetchData for deployvm (#730)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
8a06e9accc
commit
a768759214
|
|
@ -465,6 +465,9 @@ export default {
|
|||
})
|
||||
},
|
||||
fetchData (params = {}) {
|
||||
if (this.$route.name === 'deployVirtualMachine') {
|
||||
return
|
||||
}
|
||||
if (this.routeName !== this.$route.name) {
|
||||
this.routeName = this.$route.name
|
||||
this.items = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue