Commit a223e0f8 authored by yaqizhang's avatar yaqizhang

设备预警限时未处置记录

parent 09f05a9a
...@@ -266,7 +266,7 @@ export default { ...@@ -266,7 +266,7 @@ export default {
getList() { getList() {
this.loading = true; this.loading = true;
listAlarm(this.queryParams).then(response => { listAlarm(this.queryParams).then(response => {
this.alarmList = response.rows; // this.alarmList = response.rows;
this.total = response.total; this.total = response.total;
this.loading = false; this.loading = false;
}); });
......
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