|
@@ -261,10 +261,11 @@ var _default = {
|
|
|
|
|
|
poaMessgae: 'poaMessgae',
|
|
|
|
|
|
- client: ''
|
|
|
+
|
|
|
+ client: null,
|
|
|
+ subscription: null
|
|
|
};
|
|
|
},
|
|
|
-
|
|
|
onLoad: function () {
|
|
|
var _onLoad = (0, _asyncToGenerator2.default)( _regenerator.default.mark(function _callee(e) {
|
|
|
var that;
|
|
@@ -288,13 +289,16 @@ var _default = {
|
|
|
return that.searchConfig();
|
|
|
case 10:
|
|
|
_context.next = 12;
|
|
|
- return that.search();
|
|
|
+ return that.searchOther();
|
|
|
case 12:
|
|
|
+ _context.next = 14;
|
|
|
+ return that.search();
|
|
|
+ case 14:
|
|
|
|
|
|
that.poalast();
|
|
|
|
|
|
that.initWS();
|
|
|
- case 14:
|
|
|
+ case 16:
|
|
|
case "end":
|
|
|
return _context.stop();
|
|
|
}
|
|
@@ -568,6 +572,10 @@ var _default = {
|
|
|
that.$set(that, "poaMessgae", 'poaMessgae');
|
|
|
}, 50);
|
|
|
});
|
|
|
+ },
|
|
|
+
|
|
|
+ searchOther: function searchOther() {
|
|
|
+ var that = this;
|
|
|
}
|
|
|
}
|
|
|
};
|