diff --git a/src/main/resources/static/route/venuebooking/activityinfo/save-activityinfo.html b/src/main/resources/static/route/venuebooking/activityinfo/save-activityinfo.html index 753afca..9f3f7db 100644 --- a/src/main/resources/static/route/venuebooking/activityinfo/save-activityinfo.html +++ b/src/main/resources/static/route/venuebooking/activityinfo/save-activityinfo.html @@ -34,7 +34,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -195,7 +195,7 @@ } return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/venuebooking/marketingactivity/save-marketing-activity.html b/src/main/resources/static/route/venuebooking/marketingactivity/save-marketing-activity.html index ed84299..aedac44 100644 --- a/src/main/resources/static/route/venuebooking/marketingactivity/save-marketing-activity.html +++ b/src/main/resources/static/route/venuebooking/marketingactivity/save-marketing-activity.html @@ -38,7 +38,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -214,7 +214,7 @@ } return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/venuebooking/marketingactivity/update-marketing-activity.html b/src/main/resources/static/route/venuebooking/marketingactivity/update-marketing-activity.html index 85592e1..dd3bbb8 100644 --- a/src/main/resources/static/route/venuebooking/marketingactivity/update-marketing-activity.html +++ b/src/main/resources/static/route/venuebooking/marketingactivity/update-marketing-activity.html @@ -38,7 +38,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -234,7 +234,7 @@ } return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/venuebooking/matchinfo/save-matchinfo.html b/src/main/resources/static/route/venuebooking/matchinfo/save-matchinfo.html index c56e5aa..f88465d 100644 --- a/src/main/resources/static/route/venuebooking/matchinfo/save-matchinfo.html +++ b/src/main/resources/static/route/venuebooking/matchinfo/save-matchinfo.html @@ -33,7 +33,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -196,7 +196,7 @@ } return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/venuebooking/register/register.html b/src/main/resources/static/route/venuebooking/register/register.html index d35a58e..0812e1d 100644 --- a/src/main/resources/static/route/venuebooking/register/register.html +++ b/src/main/resources/static/route/venuebooking/register/register.html @@ -49,7 +49,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -154,7 +154,7 @@ } return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/venuebooking/venuearticle/save.html b/src/main/resources/static/route/venuebooking/venuearticle/save.html index 8ef41d8..efee6c8 100644 --- a/src/main/resources/static/route/venuebooking/venuearticle/save.html +++ b/src/main/resources/static/route/venuebooking/venuearticle/save.html @@ -76,7 +76,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -200,7 +200,7 @@ } return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/venuebooking/venuearticle/update.html b/src/main/resources/static/route/venuebooking/venuearticle/update.html index d6c0de6..77bcc18 100644 --- a/src/main/resources/static/route/venuebooking/venuearticle/update.html +++ b/src/main/resources/static/route/venuebooking/venuearticle/update.html @@ -76,7 +76,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -195,7 +195,7 @@ } return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/venuebooking/venuedictionary/save-venuedictionary.html b/src/main/resources/static/route/venuebooking/venuedictionary/save-venuedictionary.html index 8eb01fb..f781f30 100644 --- a/src/main/resources/static/route/venuebooking/venuedictionary/save-venuedictionary.html +++ b/src/main/resources/static/route/venuebooking/venuedictionary/save-venuedictionary.html @@ -53,7 +53,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -204,7 +204,7 @@ } return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/venuebooking/venuedictionary/update-venuedictionary.html b/src/main/resources/static/route/venuebooking/venuedictionary/update-venuedictionary.html index b590975..01aa45c 100644 --- a/src/main/resources/static/route/venuebooking/venuedictionary/update-venuedictionary.html +++ b/src/main/resources/static/route/venuebooking/venuedictionary/update-venuedictionary.html @@ -53,7 +53,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -198,7 +198,7 @@ } return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/venuebooking/venuesinfo/save-venuesinfo.html b/src/main/resources/static/route/venuebooking/venuesinfo/save-venuesinfo.html index 3972ccc..c2b7e21 100644 --- a/src/main/resources/static/route/venuebooking/venuesinfo/save-venuesinfo.html +++ b/src/main/resources/static/route/venuebooking/venuesinfo/save-venuesinfo.html @@ -148,7 +148,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -351,7 +351,7 @@ } return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/venuebooking/venuesinfo/update-venuesinfo.html b/src/main/resources/static/route/venuebooking/venuesinfo/update-venuesinfo.html index 98a30e8..97a39eb 100644 --- a/src/main/resources/static/route/venuebooking/venuesinfo/update-venuesinfo.html +++ b/src/main/resources/static/route/venuebooking/venuesinfo/update-venuesinfo.html @@ -151,7 +151,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -409,7 +409,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/venuebooking/venuesproject/save-venuesproject.html b/src/main/resources/static/route/venuebooking/venuesproject/save-venuesproject.html index c3925d7..1916290 100644 --- a/src/main/resources/static/route/venuebooking/venuesproject/save-venuesproject.html +++ b/src/main/resources/static/route/venuebooking/venuesproject/save-venuesproject.html @@ -127,7 +127,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/venuebooking/venuev2/save.html b/src/main/resources/static/route/venuebooking/venuev2/save.html index c3f53de..34f6fbc 100644 --- a/src/main/resources/static/route/venuebooking/venuev2/save.html +++ b/src/main/resources/static/route/venuebooking/venuev2/save.html @@ -34,7 +34,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -349,7 +349,7 @@ } return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/venuebooking/venuev2/update.html b/src/main/resources/static/route/venuebooking/venuev2/update.html index bb6eaaf..c1b5fad 100644 --- a/src/main/resources/static/route/venuebooking/venuev2/update.html +++ b/src/main/resources/static/route/venuebooking/venuev2/update.html @@ -35,7 +35,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -408,7 +408,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/venuebooking/visitingcard/save-visiting-card.html b/src/main/resources/static/route/venuebooking/visitingcard/save-visiting-card.html index 92301a2..acccbbc 100644 --- a/src/main/resources/static/route/venuebooking/visitingcard/save-visiting-card.html +++ b/src/main/resources/static/route/venuebooking/visitingcard/save-visiting-card.html @@ -94,7 +94,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -266,7 +266,7 @@ } return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/venuebooking/visitingcard/update-visiting-card.html b/src/main/resources/static/route/venuebooking/visitingcard/update-visiting-card.html index 7b4d228..18aa555 100644 --- a/src/main/resources/static/route/venuebooking/visitingcard/update-visiting-card.html +++ b/src/main/resources/static/route/venuebooking/visitingcard/update-visiting-card.html @@ -94,7 +94,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -293,7 +293,7 @@ } return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/volunteer/agreecontent/update-agreecontent.html b/src/main/resources/static/route/volunteer/agreecontent/update-agreecontent.html index e0de269..12cf638 100644 --- a/src/main/resources/static/route/volunteer/agreecontent/update-agreecontent.html +++ b/src/main/resources/static/route/volunteer/agreecontent/update-agreecontent.html @@ -94,7 +94,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/volunteer/servicemember/save-servicemember.html b/src/main/resources/static/route/volunteer/servicemember/save-servicemember.html index b407e9b..a489591 100644 --- a/src/main/resources/static/route/volunteer/servicemember/save-servicemember.html +++ b/src/main/resources/static/route/volunteer/servicemember/save-servicemember.html @@ -103,7 +103,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/volunteer/servicemember/update-servicemember.html b/src/main/resources/static/route/volunteer/servicemember/update-servicemember.html index c401404..b05d1b1 100644 --- a/src/main/resources/static/route/volunteer/servicemember/update-servicemember.html +++ b/src/main/resources/static/route/volunteer/servicemember/update-servicemember.html @@ -105,7 +105,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/volunteer/team/save-team.html b/src/main/resources/static/route/volunteer/team/save-team.html index f6af1bb..c8e8a1b 100644 --- a/src/main/resources/static/route/volunteer/team/save-team.html +++ b/src/main/resources/static/route/volunteer/team/save-team.html @@ -34,7 +34,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -272,7 +272,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/volunteer/team/update-team.html b/src/main/resources/static/route/volunteer/team/update-team.html index 3d3f1c2..8eddd4f 100644 --- a/src/main/resources/static/route/volunteer/team/update-team.html +++ b/src/main/resources/static/route/volunteer/team/update-team.html @@ -34,7 +34,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -256,7 +256,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/volunteer/teamactivityhis/save-teamactivityhis.html b/src/main/resources/static/route/volunteer/teamactivityhis/save-teamactivityhis.html index 1276b1c..490559c 100644 --- a/src/main/resources/static/route/volunteer/teamactivityhis/save-teamactivityhis.html +++ b/src/main/resources/static/route/volunteer/teamactivityhis/save-teamactivityhis.html @@ -81,7 +81,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -172,7 +172,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/volunteer/teamactivityhis/update-teamactivityhis.html b/src/main/resources/static/route/volunteer/teamactivityhis/update-teamactivityhis.html index 6c9a98d..bae5b01 100644 --- a/src/main/resources/static/route/volunteer/teamactivityhis/update-teamactivityhis.html +++ b/src/main/resources/static/route/volunteer/teamactivityhis/update-teamactivityhis.html @@ -80,7 +80,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -172,7 +172,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/volunteer/teamactivityhis/view-teamactivityhis.html b/src/main/resources/static/route/volunteer/teamactivityhis/view-teamactivityhis.html index 01681e0..0a431d2 100644 --- a/src/main/resources/static/route/volunteer/teamactivityhis/view-teamactivityhis.html +++ b/src/main/resources/static/route/volunteer/teamactivityhis/view-teamactivityhis.html @@ -80,7 +80,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -173,7 +173,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/volunteer/teammember/save-teammember.html b/src/main/resources/static/route/volunteer/teammember/save-teammember.html index e3a2ec7..20d475d 100644 --- a/src/main/resources/static/route/volunteer/teammember/save-teammember.html +++ b/src/main/resources/static/route/volunteer/teammember/save-teammember.html @@ -79,7 +79,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/volunteer/teammember/update-teammember.html b/src/main/resources/static/route/volunteer/teammember/update-teammember.html index 88cee21..090c8aa 100644 --- a/src/main/resources/static/route/volunteer/teammember/update-teammember.html +++ b/src/main/resources/static/route/volunteer/teammember/update-teammember.html @@ -81,7 +81,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/volunteer/teamnotes/save-teamnotes.html b/src/main/resources/static/route/volunteer/teamnotes/save-teamnotes.html index e2a925b..083a357 100644 --- a/src/main/resources/static/route/volunteer/teamnotes/save-teamnotes.html +++ b/src/main/resources/static/route/volunteer/teamnotes/save-teamnotes.html @@ -103,7 +103,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/volunteer/teamnotes/update-teamnotes.html b/src/main/resources/static/route/volunteer/teamnotes/update-teamnotes.html index 5bc80fd..601a740 100644 --- a/src/main/resources/static/route/volunteer/teamnotes/update-teamnotes.html +++ b/src/main/resources/static/route/volunteer/teamnotes/update-teamnotes.html @@ -105,7 +105,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/volunteer/volunteer/view-volunteer.html b/src/main/resources/static/route/volunteer/volunteer/view-volunteer.html index d40a50c..05a93f5 100644 --- a/src/main/resources/static/route/volunteer/volunteer/view-volunteer.html +++ b/src/main/resources/static/route/volunteer/volunteer/view-volunteer.html @@ -34,7 +34,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -304,7 +304,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/volunteer/volunteerservice/save-volunteerservice.html b/src/main/resources/static/route/volunteer/volunteerservice/save-volunteerservice.html index b64b79d..b593f1c 100644 --- a/src/main/resources/static/route/volunteer/volunteerservice/save-volunteerservice.html +++ b/src/main/resources/static/route/volunteer/volunteerservice/save-volunteerservice.html @@ -101,7 +101,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -249,7 +249,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/volunteer/volunteerservice/update-volunteerservice.html b/src/main/resources/static/route/volunteer/volunteerservice/update-volunteerservice.html index 9d5c754..9d771e5 100644 --- a/src/main/resources/static/route/volunteer/volunteerservice/update-volunteerservice.html +++ b/src/main/resources/static/route/volunteer/volunteerservice/update-volunteerservice.html @@ -101,7 +101,7 @@ {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -261,7 +261,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/volunteer/volunteerservicehis/save-volunteerservicehis-team.html b/src/main/resources/static/route/volunteer/volunteerservicehis/save-volunteerservicehis-team.html index 93229b3..bc84084 100644 --- a/src/main/resources/static/route/volunteer/volunteerservicehis/save-volunteerservicehis-team.html +++ b/src/main/resources/static/route/volunteer/volunteerservicehis/save-volunteerservicehis-team.html @@ -133,7 +133,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/volunteer/volunteerservicehis/save-volunteerservicehis.html b/src/main/resources/static/route/volunteer/volunteerservicehis/save-volunteerservicehis.html index aa8e2e3..7f295bd 100644 --- a/src/main/resources/static/route/volunteer/volunteerservicehis/save-volunteerservicehis.html +++ b/src/main/resources/static/route/volunteer/volunteerservicehis/save-volunteerservicehis.html @@ -133,7 +133,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/volunteer/volunteerservicehis/update-volunteerservicehis-team.html b/src/main/resources/static/route/volunteer/volunteerservicehis/update-volunteerservicehis-team.html index c8a84df..e22e5af 100644 --- a/src/main/resources/static/route/volunteer/volunteerservicehis/update-volunteerservicehis-team.html +++ b/src/main/resources/static/route/volunteer/volunteerservicehis/update-volunteerservicehis-team.html @@ -135,7 +135,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/static/route/volunteer/volunteerservicehis/update-volunteerservicehis.html b/src/main/resources/static/route/volunteer/volunteerservicehis/update-volunteerservicehis.html index 49de5a8..76b1c43 100644 --- a/src/main/resources/static/route/volunteer/volunteerservicehis/update-volunteerservicehis.html +++ b/src/main/resources/static/route/volunteer/volunteerservicehis/update-volunteerservicehis.html @@ -135,7 +135,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/templates/show/articlecategory/save-articlecategory.html b/src/main/resources/templates/show/articlecategory/save-articlecategory.html index 61077e0..6a930ac 100644 --- a/src/main/resources/templates/show/articlecategory/save-articlecategory.html +++ b/src/main/resources/templates/show/articlecategory/save-articlecategory.html @@ -136,7 +136,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/templates/show/articlecategory/update-articlecategory.html b/src/main/resources/templates/show/articlecategory/update-articlecategory.html index 2d7adbc..7461133 100644 --- a/src/main/resources/templates/show/articlecategory/update-articlecategory.html +++ b/src/main/resources/templates/show/articlecategory/update-articlecategory.html @@ -142,7 +142,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/templates/show/articlecontent/save-articlecontent.html b/src/main/resources/templates/show/articlecontent/save-articlecontent.html index 5a34e49..2ee057d 100644 --- a/src/main/resources/templates/show/articlecontent/save-articlecontent.html +++ b/src/main/resources/templates/show/articlecontent/save-articlecontent.html @@ -161,7 +161,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data); diff --git a/src/main/resources/templates/show/articlecontent/update-articlecontent.html b/src/main/resources/templates/show/articlecontent/update-articlecontent.html index 7cc88f9..1fbf620 100644 --- a/src/main/resources/templates/show/articlecontent/update-articlecontent.html +++ b/src/main/resources/templates/show/articlecontent/update-articlecontent.html @@ -163,7 +163,7 @@ return; } - top.restAjax.get(top.restAjax.path('api/file/listfilebyfileid', []), { + top.restAjax.get(top.restAjax.path('api/file/list', []), { ids: ids }, null, function(code, data) { refreshDownloadTemplet(fileName, data);