|
@@ -44,8 +44,8 @@ public class FormEngineController {
|
|
|
/**
|
|
/**
|
|
|
* @return
|
|
* @return
|
|
|
*/
|
|
*/
|
|
|
- @GetMapping("/getFormLoadTemplate")
|
|
|
|
|
- public StResult getFormLoadTemplate( FormLoadDataParam formLoadDataParam) {
|
|
|
|
|
|
|
+ @PostMapping("/getFormLoadTemplate")
|
|
|
|
|
+ public StResult getFormLoadTemplate(@RequestBody FormLoadDataParam formLoadDataParam) {
|
|
|
RequestUser user = StUserInfo.getUser();
|
|
RequestUser user = StUserInfo.getUser();
|
|
|
CompletableFuture<StFormModule> formLoadTemplateFuture = CompletableFuture.supplyAsync(() -> {
|
|
CompletableFuture<StFormModule> formLoadTemplateFuture = CompletableFuture.supplyAsync(() -> {
|
|
|
StUserInfo.setUser(user);
|
|
StUserInfo.setUser(user);
|