src/views/map/carGps.vue
@@ -2,7 +2,7 @@ * @Author: Morpheus * @Date: 2021-07-05 16:31:54 * @Last Modified by: Morpheus * @Last Modified time: 2021-11-30 17:31:34 * @Last Modified time: 2021-12-02 18:37:19 * menu-name 押运人员定位 */ <template> @@ -184,6 +184,7 @@ getCarList({ current: this.page.currentPage, size: this.page.pageSize, type: 1 }).then((res) => { var data = res.data.data; this.tableData = data.records;