diff --git a/src/router/modules/device.ts b/src/router/modules/device.ts index 23ac34d..31f65c9 100644 --- a/src/router/modules/device.ts +++ b/src/router/modules/device.ts @@ -325,7 +325,7 @@ }, }, { - path: 'solveCheck', + path: 'solveDetail', name: 'SolveListDetail', component: () => import('@/views/device/receive/solveComponent/detail.vue'), meta: { diff --git a/src/router/modules/device.ts b/src/router/modules/device.ts index 23ac34d..31f65c9 100644 --- a/src/router/modules/device.ts +++ b/src/router/modules/device.ts @@ -325,7 +325,7 @@ }, }, { - path: 'solveCheck', + path: 'solveDetail', name: 'SolveListDetail', component: () => import('@/views/device/receive/solveComponent/detail.vue'), meta: { diff --git a/src/views/device/receive/applyList.vue b/src/views/device/receive/applyList.vue index a119e48..4674763 100644 --- a/src/views/device/receive/applyList.vue +++ b/src/views/device/receive/applyList.vue @@ -225,7 +225,7 @@ approveOpinion.value = '0' } else if (val === '查看') { - $router.push({ path: '/receive/check', query: { typeValue: 'check' } }) + $router.push({ path: '/receive/detail', query: { typeValue: 'detail', deviceName: row.name } }) } } // 按钮切换 @@ -315,7 +315,7 @@ :list-loading="loadingTable" is-showmulti-select @change="changePage" @multiSelect="handleSelectionChange" >