src/components/Tab/Model.vue
@@ -101,7 +101,13 @@ return this.timestamp && global.map ? global.map.models : []; } }, mounted() { this.beginSet() }, methods: { beginSet() { this.focusHandle(this.models[0].id) }, editHandle(model) { if (!global.map) return; this.model = { @@ -216,4 +222,4 @@ box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15); } </style> </style>