|
@@ -125,6 +125,7 @@ public class MappingConfigController {
|
|
|
@RequestParam("hospitalId") Long hospitalId,
|
|
|
@RequestParam("type") Integer type,
|
|
|
@RequestParam("uesrId") String userId) {
|
|
|
+ response.setHeader("Access-Control-Expose-Headers", "*");
|
|
|
mappingConfigFacade.importExcel(response, file, hospitalId, type, userId);
|
|
|
}
|
|
|
|