| src/views/realTimePolice/real.vue | ●●●●● patch | view | raw | blame | history |
src/views/realTimePolice/real.vue
@@ -661,9 +661,6 @@ this.loading = true; getList(page.currentPage, page.pageSize, values).then((res) => { const data = res.data.data; data.records.forEach((item) => { item.waringType == "紧急求救" ? (item.waringType = "一键求助") : ""; }); this.page.total = data.total; data.records.sort((a, b) => {