补充属性
This commit is contained in:
parent
36afb6ca6e
commit
46f8121ea4
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue