feat: 添加审批历史页面,处于办公中心下

This commit is contained in:
2026-04-15 15:09:03 +08:00
parent f4dbe29d8e
commit 09f1adb63b
9 changed files with 105 additions and 50 deletions

View File

@@ -174,12 +174,4 @@ public class WfTaskController {
}
}
}
/**
* 审批历史列表
*/
@SaCheckPermission("workflow:task:historyList")
@GetMapping("/historyList")
public R historyList() {
return R.ok(flowTaskService.selectHistoryTaskList());
}
}