|
@@ -48,7 +48,7 @@
|
|
<Col
|
|
<Col
|
|
:span="7"
|
|
:span="7"
|
|
style="text-align:right"
|
|
style="text-align:right"
|
|
- />
|
|
|
|
|
|
+ >
|
|
<!-- <Button type="primary">保存事件日志</Button> -->
|
|
<!-- <Button type="primary">保存事件日志</Button> -->
|
|
<Button
|
|
<Button
|
|
type="primary"
|
|
type="primary"
|
|
@@ -65,7 +65,7 @@
|
|
<script>
|
|
<script>
|
|
import Title from '@/components/title'
|
|
import Title from '@/components/title'
|
|
import api from '../api/'
|
|
import api from '../api/'
|
|
-// import eLang from '../utils/eLang.js'
|
|
|
|
|
|
+
|
|
// console.log(eLang)
|
|
// console.log(eLang)
|
|
let ALL_SENSORS = 0; //Filter for all sensors
|
|
let ALL_SENSORS = 0; //Filter for all sensors
|
|
let ALL_EVENTS = 0; //Filter for all events.
|
|
let ALL_EVENTS = 0; //Filter for all events.
|
|
@@ -215,8 +215,6 @@ export default {
|
|
},
|
|
},
|
|
filterByData(data){
|
|
filterByData(data){
|
|
let eventtype = 0;
|
|
let eventtype = 0;
|
|
- console.log(data)
|
|
|
|
-
|
|
|
|
data.forEach(item =>{
|
|
data.forEach(item =>{
|
|
if(this.formItem.lowGraveErr != 0){
|
|
if(this.formItem.lowGraveErr != 0){
|
|
if (item.RecordType >= 0x0 &&
|
|
if (item.RecordType >= 0x0 &&
|
|
@@ -338,11 +336,9 @@ export default {
|
|
this.data = data
|
|
this.data = data
|
|
},
|
|
},
|
|
getData(){
|
|
getData(){
|
|
-
|
|
|
|
api.Get("/action/GetAllSELEntriesSorted", {}).then((res)=>{
|
|
api.Get("/action/GetAllSELEntriesSorted", {}).then((res)=>{
|
|
// this.data = res.data
|
|
// this.data = res.data
|
|
this.filterByData(res.data)
|
|
this.filterByData(res.data)
|
|
- // console.log(this.sensorNameSet)
|
|
|
|
this.spinShow = false
|
|
this.spinShow = false
|
|
|
|
|
|
}).catch((err)=>{
|
|
}).catch((err)=>{
|