feat(oa): 完成审批历史页面全链路开发,含前后端接口、菜单配置
This commit is contained in:
@@ -174,4 +174,12 @@ public class WfTaskController {
|
||||
}
|
||||
}
|
||||
}
|
||||
/**
|
||||
* 审批历史列表
|
||||
*/
|
||||
@SaCheckPermission("workflow:task:historyList")
|
||||
@GetMapping("/historyList")
|
||||
public R historyList() {
|
||||
return R.ok(flowTaskService.selectHistoryTaskList());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user