|
|
|
@ -1270,14 +1270,14 @@ export default { |
|
|
|
if (type === "community") { |
|
|
|
this.importCommunityLoading = true; |
|
|
|
this.$refs["upload_community"].clearFiles(); |
|
|
|
url = "/gov/org/icneighborhood/neighborhoodimport"; |
|
|
|
url = "/actual/base/communityQuarters/neighborhoodimport"; |
|
|
|
} else if (type === "building") { |
|
|
|
this.$refs["upload_building"].clearFiles(); |
|
|
|
url = "/gov/org/building/buildingimport"; |
|
|
|
url = "/actual/base/communityBuilding/buildingimport"; |
|
|
|
this.importBuildingLoading = true; |
|
|
|
} else if (type === "room") { |
|
|
|
this.$refs["upload_room"].clearFiles(); |
|
|
|
url = "/gov/org/house/houseimport"; |
|
|
|
url = "/actual/base/communityHouse/houseimport"; |
|
|
|
this.importRoomLoading = true; |
|
|
|
} |
|
|
|
|
|
|
|
|