From c6b68c458af980e71c4a331ccd589d45c3652d93 Mon Sep 17 00:00:00 2001 From: lyfO_o <764716047@qq.com> Date: 星期一, 09 五月 2022 09:30:12 +0800 Subject: [PATCH] 风险部分搜索功能 --- src/components/Tab/Model.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/components/Tab/Model.vue b/src/components/Tab/Model.vue index 42b606e..4b62e25 100644 --- a/src/components/Tab/Model.vue +++ b/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> \ No newline at end of file +</style> -- Gitblit v1.9.2