| src/views/device/airport.vue | ●●●●● patch | view | raw | blame | history |
src/views/device/airport.vue
@@ -1445,6 +1445,9 @@ } getList(1, 10, params).then(res => { const data = res.data.data.records data.forEach(e => { e.duration_of_insurance = [e.insure_start_time || '', e.insure_expired_time || ''] }) resolve(data) }) },