@@ -183,6 +183,7 @@ export default {
},
mounted() {
this.getDevices()
+ this.getPlatform({})
if (this.$route.query.id) {
this.form.id = this.$route.query.id
}