Prevent fetchData for deployvm (#730)

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
davidjumani 2020-09-21 13:55:43 +05:30 committed by Rohit Yadav
parent 8a06e9accc
commit a768759214

View File

@ -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 = []