src/view/home/index.vue
@@ -401,7 +401,7 @@ async getWarnListData() { try { const res = await getCarWarnList({ pageNum: 1, pageSize: 100000, startTime: moment().format('YYYY-MM-DD 00:00:00'), endTime: moment().format('YYYY-MM-DD 23:59:59') }); this.warnList = res.records; this.warnList = res.page.records; } catch (error) { this.$message.error("获取预警列表数据失败"); }