|
@@ -139,12 +139,17 @@ export function uploadRoster (params) {
|
|
|
return http.upload('/digitizationData/employee/upload', params)
|
|
return http.upload('/digitizationData/employee/upload', params)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-// 花名册上传
|
|
|
|
|
|
|
+// 花名册导出
|
|
|
export function exportRoster (params) {
|
|
export function exportRoster (params) {
|
|
|
return http.download('/digitizationData/employee/download/export', params)
|
|
return http.download('/digitizationData/employee/download/export', params)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-// 花名册上传
|
|
|
|
|
|
|
+// 花名册模板下载
|
|
|
export function downloadRosterTemplate (params) {
|
|
export function downloadRosterTemplate (params) {
|
|
|
return http.download('/digitizationData/employee/download/template', params)
|
|
return http.download('/digitizationData/employee/download/template', params)
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+// 花名册钻取员工
|
|
|
|
|
+export function drillEmployee (params) {
|
|
|
|
|
+ return http.post('/digitizationData/employee/organization/tree/subordinates', params)
|
|
|
|
|
+}
|