Commit 458c8bce authored by xxx's avatar xxx

1

parent 17b6a2c6
...@@ -40,11 +40,11 @@ export default { ...@@ -40,11 +40,11 @@ export default {
loadData(){ loadData(){
//实时报警 //实时报警
HttpReq.truckDispatching.apiAlarmBjQuery({size:9999}).then((res) => { HttpReq.truckDispatching.apiAlarmBjQuery({size:9999}).then((res) => {
this.realAlarmStyleData.listData = res; this.realAlarmStyleData.listData = res.reverse();
}) })
this.DPcomputer9BoxTimer = setInterval(() => { this.DPcomputer9BoxTimer = setInterval(() => {
HttpReq.truckDispatching.apiAlarmBjQuery({size:9999}).then((res) => { HttpReq.truckDispatching.apiAlarmBjQuery({size:9999}).then((res) => {
this.realAlarmStyleData.listData = res; this.realAlarmStyleData.listData = res.reverse();
}) })
},10000) },10000)
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment