请假
This commit is contained in:
parent
aefd93cc7d
commit
960884cb8e
@ -652,6 +652,18 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
||||
activeMenu: '/qjgl/qjglflow'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'qjgl/Qjglindex',
|
||||
component: () => import('@/views/Home/qjgl/index.vue'),
|
||||
name: 'Qjglindex',
|
||||
meta: {
|
||||
noCache: true,
|
||||
hidden: true,
|
||||
canTo: true,
|
||||
title: '请假管理',
|
||||
activeMenu: '/qjgl/qjglflow'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'clgl/ClglCreate',
|
||||
component: () => import('@/views/Home/clgl/ClglCreate.vue'),
|
||||
|
@ -205,7 +205,7 @@ const submitForm = async () => {
|
||||
message.success(t('发起成功!'))
|
||||
// 关闭当前 Tab
|
||||
delView(unref(currentRoute))
|
||||
// await push({ name: 'Qjglindex' })
|
||||
await push({ name: 'Qjglindex' })
|
||||
|
||||
} finally {
|
||||
formLoading.value = false
|
||||
|
Loading…
Reference in New Issue
Block a user