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