Commit 5b8b7ccb authored by yanzhengyang's avatar yanzhengyang

日常报销列表修改

parent 4a48aafc
......@@ -47,10 +47,10 @@ public class FyglDailyReimbursementController extends BaseController
//根据当前用户角色id,查询所有项目关联的项目-最新
@GetMapping("/getProjectListByUserId")
public AjaxResult getProjectListByUserId(FyglDailyReimbursementVo fyglDailyReimbursementVO)
public TableDataInfo getProjectListByUserId(FyglDailyReimbursementVo fyglDailyReimbursementVO)
{
List<FyglDailyReimbursementDTO> projectList = fyglDailyReimbursementService.getProjectListByUserId(fyglDailyReimbursementVO);
return AjaxResult.success(projectList);
return getDataTable(projectList);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment