我的资产调整首页调整提交企业认证接口调整

This commit is contained in:
唐明明
2021-09-13 17:51:11 +08:00
parent c0ef48f7cf
commit ac59089e29
83 changed files with 7251 additions and 2958 deletions

View File

@@ -15,6 +15,13 @@ const employees = () => {
})
}
// 添加员工配置项
const employeesConfig = () => {
return request({
url: 'companies/employees/create'
})
}
// 添加员工
const addEmployees = (data) => {
return request({
@@ -26,5 +33,6 @@ const addEmployees = (data) => {
export {
employees,
employeesConfig,
addEmployees
}