Admin
2022-12-01 253add6f42ca00eef876eba6683ca59b3fa0431b
Default Changelist
2 files modified
12 ■■■■■ changed files
src/router/route.ts 8 ●●●●● patch | view | raw | blame | history
src/views/intellectInspect/inspectIndex/index.vue 4 ●●● patch | view | raw | blame | history
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: {