| src/views/alarm/alarm.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/home/home.vue | ●●●●● patch | view | raw | blame | history |
src/views/alarm/alarm.vue
@@ -369,9 +369,6 @@ }, onLoad(page, params = {}) { this.loading = true; params = { alarmType:this.$route.query } getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => { const data = res.data.data; this.page.total = data.total; src/views/home/home.vue
@@ -46,7 +46,7 @@ //主动报警(一键求助,电话报警)分页数据 handleStartAlarm(data){ this.$router.push({ path: `/alarm/alarmPage`, path: `/realTimePolice/real`, query: data }); }