feat:完善项目

This commit is contained in:
henry
2021-11-19 11:53:20 +08:00
parent 5ff6164295
commit 7efe403bf0
9 changed files with 64 additions and 46 deletions

View File

@ -31,7 +31,7 @@ func (c *Role) tree(iModel model2.IModel, src []*model.SysRoleUserInfo, parentID
iModel.SetID(v.ID)
id := iModel.GetEncodeID()
_parentID := "0"
_parentID := ""
if v.ParentID > 0 {
iModel.SetID(v.ID)