From 2a79cb1757da192b8a302d45d527b2b083f30bc3 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期四, 24 六月 2021 11:36:18 +0800
Subject: [PATCH] 标记编辑时回显

---
 src/pages/panoramicView/components/History.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/pages/panoramicView/components/History.vue b/src/pages/panoramicView/components/History.vue
index 197c7a1..4b9656c 100644
--- a/src/pages/panoramicView/components/History.vue
+++ b/src/pages/panoramicView/components/History.vue
@@ -127,6 +127,9 @@
       ]
     }
   },
+  mounted() {
+    this.searchData();
+  },
   methods: {
     checkTime() {
       if (!this.searchTime) {

--
Gitblit v1.8.0