update 字典树型结构
This commit is contained in:
+1
-1
@@ -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());
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user