|
@@ -218,7 +218,7 @@ export const deleteFacility = (params: any) => {
|
|
|
};
|
|
};
|
|
|
//下载设施Excel模板
|
|
//下载设施Excel模板
|
|
|
export const downloadFacilityTemplate = () => {
|
|
export const downloadFacilityTemplate = () => {
|
|
|
- return httpApi.get(`/alienStorePlatform/bathFacilityService/downloadTemplate`, {}, { responseType: "blob" });
|
|
|
|
|
|
|
+ return httpApi.get(`/alienStorePlatform/sportsEquipmentFacility/downloadTemplate`, {}, { responseType: "blob" });
|
|
|
};
|
|
};
|
|
|
//导入设施Excel
|
|
//导入设施Excel
|
|
|
export const importFacilityExcel = (formData: FormData, storeId: string | number) => {
|
|
export const importFacilityExcel = (formData: FormData, storeId: string | number) => {
|