直转查看问题

This commit is contained in:
bb_pan 2025-09-24 16:42:24 +08:00
parent 9d0e1d5842
commit 3e7b174cf2
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ export default {
let params = {}
if (type === 1) {
params = { type: 'detail', id: row.id }
this.$router.push({ path: '/transition/groundApply', query: params })
this.$router.push({ path: '/transition/groundDirect', query: params })
} else {
params = { type: 'edit', id: row.id }
this.$router.push({ path: '/business/businessHandling/directApply', query: params })