Commit a1694747 authored by 李志鸣's avatar 李志鸣

fea(AVI大屏): 更换背景图片

parent 814c90bb
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
// 请求设备异常列表 // 请求设备异常列表
getMachineWarningList () { getMachineWarningList () {
this.$fetch('report-controller/warningList-get', {}).then(response => { this.$fetch('report-controller/warningList-get', {}).then(response => {
this.warningList = _.cloneDeep(response) this.warningList = _.cloneDeep(response.slice(0, 17))
}) })
}, },
// 时间处理 // 时间处理
......
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