保安监管系统-验收版本
zhengpz
2021-12-02 0d3cde25b8668c08c4fcda802b75d45ef5e234b8
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;