|
@@ -106,7 +106,7 @@ public class SysDictDataController extends BaseController
|
|
/**
|
|
/**
|
|
* 根据字典类型查询字典数据信息下拉树列表
|
|
* 根据字典类型查询字典数据信息下拉树列表
|
|
*/
|
|
*/
|
|
- @GetMapping("/treeSelect/{dictType}")
|
|
|
|
|
|
+ @GetMapping(value ="/treeSelect/{dictType}")
|
|
public List<SysDictData> treeSelect(@PathVariable("dictType") String dictType)
|
|
public List<SysDictData> treeSelect(@PathVariable("dictType") String dictType)
|
|
{
|
|
{
|
|
return dictDataService.selectTreeSelect(dictType);
|
|
return dictDataService.selectTreeSelect(dictType);
|