qinhouyu 1 год назад
Родитель
Сommit
b1bc3b4646
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/components/eventLocation.vue

+ 2 - 0
src/components/eventLocation.vue

@@ -656,6 +656,8 @@ export default {
     cancelEventLocationShow() {
       this.longitude=""
       this.latitude=""
+      this.cameraList=[]
+      this.eventList=[]
       if (this.oWebControl != null) {
         this.oWebControl.JS_HideWnd()   // 先让窗口隐藏,规避可能的插件窗口滞后于浏览器消失问题
         this.oWebControl.JS_Disconnect().then(function() {  // 断开与插件服务连接成功