mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
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…
x
Reference in New Issue
Block a user