项目计划管理

This commit is contained in:
Vergil
2020-04-25 14:20:43 +08:00
parent 71c0a1dba8
commit 889313472a
2 changed files with 45 additions and 3 deletions

View File

@@ -146,3 +146,16 @@ export function addTable(num1, num2, num3) {
}
})
}
// 获取人员
export function personalNumber(num) {
return request({
url: '',
method: 'post',
data: {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '1',
name: '项目计划管理_获取人员_查询'
}
})
}