lyfO_o
2022-05-06 4b4622c9f74150ca60eb7c4f038e55fb98be02d7
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>