diff --git a/wg-basic/page-unit.md b/wg-basic/page-unit.md index 1b95541..f967e6c 100644 --- a/wg-basic/page-unit.md +++ b/wg-basic/page-unit.md @@ -2,7 +2,7 @@ title: 页面组件 description: 页面上使用的组件 published: true -date: 2021-11-11T07:02:04.098Z +date: 2022-01-17T04:25:26.729Z tags: wg-basic editor: markdown dateCreated: 2021-09-08T06:41:19.351Z @@ -252,7 +252,7 @@ table.on('tool(dataTable)', function(obj) { {{# for(var i = 0, item = files[i]; item = files[i++];) { }}
- + @@ -300,7 +300,7 @@ function initFileList(fileName, ids, callback) { 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);