修改this实例问题
This commit is contained in:
@@ -728,14 +728,14 @@ export default {
|
|||||||
mounted() {
|
mounted() {
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
// clearInterval(this.intervalTime)
|
clearInterval(this.intervalTime)
|
||||||
// this.getDataList() // 接口方法
|
this.getDataList() // 接口方法
|
||||||
//
|
|
||||||
// this.intervalTime = setInterval(() => {
|
this.intervalTime = setInterval(() => {
|
||||||
// this.getFault()
|
this.getFault()
|
||||||
// this.getPLCData()
|
this.getPLCData()
|
||||||
// this.getDataList() // 接口方法
|
this.getDataList() // 接口方法
|
||||||
// }, 2000)
|
}, 2000)
|
||||||
},
|
},
|
||||||
computed: {},
|
computed: {},
|
||||||
created() {
|
created() {
|
||||||
|
|||||||
Reference in New Issue
Block a user