修改团队成员管理bug
This commit is contained in:
parent
a79c4f3489
commit
ae29bb661f
|
@ -669,7 +669,7 @@ const closeProjectDetail = () => {
|
||||||
const openPersonnelManagement = () => {
|
const openPersonnelManagement = () => {
|
||||||
if (currentProject.value && currentProject.value.id) {
|
if (currentProject.value && currentProject.value.id) {
|
||||||
router.push({
|
router.push({
|
||||||
path: '/project-management/projects/personnel-dispatch/construction-personnel',
|
path: '/project-management/personnel-dispatch/construction-personnel',
|
||||||
query: { projectId: currentProject.value.id }
|
query: { projectId: currentProject.value.id }
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue