补充属性

This commit is contained in:
sxu 2024-08-19 09:28:58 +08:00
parent 36afb6ca6e
commit 46f8121ea4
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,6 @@ public class ToDoController extends BaseController {
* 代办事项列表
*/
@ApiOperation(value = "代办事项列表")
@PreventRepeatSubmit
@GetMapping("/getToDoList")
public TableDataInfo getToDoList(ToDoBean bean)
{
@ -40,6 +39,7 @@ public class ToDoController extends BaseController {
}
@ApiOperation(value = "代办事件下拉")
@PreventRepeatSubmit
@PostMapping("/getTaskType")
public AjaxResult getTaskType(ToDoBean bean){
return toDoService.getTaskType(bean);