chenhj
5 天以前 4b9dc71d162f3fcd79bc88b170154b7516fc4962
src/main/java/com/ruoyi/warehouse/controller/DocumentClassificationController.java
@@ -26,8 +26,8 @@
    private DocumentClassificationService documentClassificationService;
    //树结构
    @GetMapping("/getList")
    public List<DocumentClassificationTreeDto> getList() {
        return documentClassificationService.selectDocumentClassificationList();
    public  AjaxResult getList() {
        return AjaxResult.success(documentClassificationService.selectDocumentClassificationList());
    }
    @PostMapping("/add")
    @ApiOperation("文档分类-添加")