Skip to content

Commit

Permalink
perf👌: format
Browse files Browse the repository at this point in the history
  • Loading branch information
wenjianzhang committed Sep 8, 2024
1 parent 8751f34 commit 83e0531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/admin/apis/sys_dept.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func (e SysDept) Get2Tree(c *gin.Context) {
req := dto.SysDeptGetPageReq{}
err := e.MakeContext(c).
MakeOrm().
Bind(&req,binding.Form).
Bind(&req, binding.Form).
MakeService(&s.Service).
Errors
if err != nil {
Expand Down Expand Up @@ -235,4 +235,4 @@ func (e SysDept) GetDeptTreeRoleSelect(c *gin.Context) {
"depts": result,
"checkedKeys": menuIds,
}, "")
}
}

0 comments on commit 83e0531

Please sign in to comment.