dyh-service/dyh-sys/src/main/java/cn/huge/module/kind/controller/web/SyCauseWebController.java
@@ -23,7 +23,7 @@ * @description: 纠纷类型表接口api-web端 * @company: hugeinfo * @author: liyj * @time: 2024-08-28 20:06:20 * @time: 2024-09-09 14:31:21 * @version: 1.0.0 */ @Slf4j @@ -167,4 +167,18 @@ } } /** * 获取纠纷类型的树形结构 * @url {ctx}/api/web/syCause/listSelectJS * @return Object */ @GetMapping("/listSelectJS") public Object listSelectJS() { try { return ReturnSucUtils.getRepInfo(service.listSelectJS()); } catch (Exception e) { return ReturnFailUtils.getRepInfo(); } } }