|
@@ -622,9 +622,9 @@ export default {
|
|
|
created() {
|
|
|
let that = this;
|
|
|
that.wpId = that.$route.params.wpId;
|
|
|
+ console.log(123123,that.$route.params)
|
|
|
that.$nextTick(() => {
|
|
|
that.requestData(false);
|
|
|
-
|
|
|
that.timmer = setInterval(() => {
|
|
|
that.requestData(false);
|
|
|
}, that.$store.state.websocketTimeSec);
|