update 字典树型结构

This commit is contained in:
liao
2023-10-18 17:43:09 +08:00
parent 93e56b571e
commit c3cf8452f7
2 changed files with 10 additions and 5 deletions
@@ -167,7 +167,7 @@ public class SysDictItemController {
tree.setWeight(treeNode.getSortOrder());
tree.setName(treeNode.getItemText());
tree.putExtra("key", id);
tree.putExtra("value", id);
tree.putExtra("value", treeNode.getItemValue());
tree.putExtra("title", treeNode.getItemText());
});