认证-bug修改
This commit is contained in:
+1
-1
@@ -396,7 +396,7 @@ public class ParamsCollectManifestEOController extends JeroController<ParamsColl
|
||||
@ApiOperation(value="参数项收集清单-配置下拉选项(引用参数)", notes="参数项收集清单-配置下拉选项(引用参数)")
|
||||
@PostMapping(value = "/getConfigLableListR")
|
||||
// @RequiresPermissions("params:collectManifest:refer")
|
||||
public Result<?> getConfigLableListRefer(ParamsCollectManifestVO paramsCollectManifestVO) {
|
||||
public Result<?> getConfigLableListRefer(@RequestBody ParamsCollectManifestVO paramsCollectManifestVO) {
|
||||
List<Map<String, String>> configLableList = paramsCollectManifestEOService.getConfigLabelList(paramsCollectManifestVO);
|
||||
return Result.OK(configLableList);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user