设置定时,10分钟一次
This commit is contained in:
parent
8a4a0099fb
commit
6777444b02
|
|
@ -390,6 +390,10 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.createdData(Aid)
|
this.createdData(Aid)
|
||||||
|
let that = this;
|
||||||
|
setInterval(()=>{
|
||||||
|
that.createdData(Aid)
|
||||||
|
}, 100000)
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
createdData (Aid) {
|
createdData (Aid) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue