Преглед на файлове

Merge branch 'development' into development_new

congxuesong преди 1 седмица
родител
ревизия
6bc1cb9002
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/api/modules/storeDecoration.ts

+ 1 - 1
src/api/modules/storeDecoration.ts

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