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