mirror of
https://github.com/dataease/dataease.git
synced 2026-06-15 02:21:43 +08:00
feat(X-Pack): [数据填报]用户追加填报页面支持批量添加多条数据
This commit is contained in:
2
de-xpack
2
de-xpack
Submodule de-xpack updated: 3bd9891c5b...2fa3aebefc
@@ -184,7 +184,6 @@ public interface DataFillingApi {
|
||||
DfExcelData excelUpload(@PathVariable("formId") Long formId, @RequestParam("file") MultipartFile file) throws Exception;
|
||||
|
||||
@Operation(summary = "下载Excel模板")
|
||||
@DePermit({"#p0+':manage'"})
|
||||
@GetMapping("/form/{formId}/excelTemplate")
|
||||
void excelTemplate(@PathVariable("formId") Long formId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user