mb-table 添加 download downloadAll 快捷下载属性

This commit is contained in:
吕金泽
2022-06-24 15:37:04 +08:00
parent 8b64662664
commit a74b8009d7
4 changed files with 73 additions and 13 deletions
@@ -0,0 +1,26 @@
{
"properties" : { },
"id" : "f9dc93ff77d94016a771456c21774789",
"script" : null,
"groupId" : "fd3d225a1cf141bf9998c4ec4bf4a6ab",
"name" : "下载post",
"createTime" : null,
"updateTime" : 1656055977595,
"lock" : null,
"createBy" : null,
"updateBy" : null,
"path" : "/download",
"method" : "POST",
"parameters" : [ ],
"options" : [ ],
"requestBody" : "",
"headers" : [ ],
"paths" : [ ],
"responseBody" : null,
"description" : null,
"requestBodyDefinition" : null,
"responseBodyDefinition" : null
}
================================
import '@get:/system/file/download' as download;
return download();