基本流通

This commit is contained in:
gexinzhineng/gxzn27
2023-02-01 14:16:32 +08:00
parent 63055cc559
commit 9e35ca512c
5 changed files with 13 additions and 7 deletions

View File

@ -45,8 +45,8 @@ const submitForm = async () => {
await LeaveApi.createLeaveApi(data)
message.success(t('common.createSuccess'))
// 关闭窗口
await router.push({
path: '/oa/leave/create'
router.push({
path: '/bpm/oa/leave'
})
} finally {
actionLoading.value = false