员工亲属实体关联

This commit is contained in:
wkc
2026-04-24 13:29:13 +08:00
parent b7db711906
commit aa08ab4711
51 changed files with 2070 additions and 845 deletions

View File

@@ -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
})