Admin
2022-12-01 253add6f42ca00eef876eba6683ca59b3fa0431b
Default Changelist
已修改2个文件
12 ■■■■■ 文件已修改
src/router/route.ts 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intellectInspect/inspectIndex/index.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/route.ts
@@ -111,5 +111,13 @@
        meta: {
            title: '安全物资与设备'
        }
    },
    {
        path: '/intelligentLine',
        name: 'intelligentLine',
        component: () => import('/@/views/intellectInspect/intelligentLine/index.vue'),
        meta: {
            title: '巡检路线'
        }
    }
];
src/views/intellectInspect/inspectIndex/index.vue
@@ -194,7 +194,9 @@
        };
        const toLine = (item) => {
            let id = JSON.parse(JSON.stringify(item)).id;
          console.log(item,'item')
            let id = item.id;
            console.log(id,'id')
            router.push({
                path: 'intelligentLine',
                query: {