员工亲属实体关联
This commit is contained in:
@@ -51,10 +51,10 @@ export function importTemplate() {
|
||||
})
|
||||
}
|
||||
|
||||
// 导入员工
|
||||
export function importData(data, updateSupport) {
|
||||
// 导入员工双Sheet数据
|
||||
export function importData(data) {
|
||||
return request({
|
||||
url: '/ccdi/baseStaff/importData?updateSupport=' + updateSupport,
|
||||
url: '/ccdi/baseStaff/importData',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user