| | |
| | | "@vue/cli-plugin-babel": "^3.11.0",
|
| | | "@vue/cli-service": "^3.12.1",
|
| | | "autoprefixer": "^9.8.8",
|
| | | "babel-plugin-component": "^1.1.1",
|
| | | "babel-plugin-component": "^1.1.1", |
| | | "less": "^3.0.4",
|
| | | "less-loader": "^5.0.0",
|
| | | "postcss": "^7.0.39",
|
| | |
| | | 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("获取预警列表数据失败"); |
| | | } |