feat: 树形返回英文名

This commit is contained in:
2024-08-06 19:17:37 +08:00
parent 3ee3d1905b
commit bd83726d31
@@ -205,6 +205,7 @@ public class SysDictItemController {
tree.putExtra("key", id);
tree.putExtra("value", treeNode.getItemValue());
tree.putExtra("title", treeNode.getItemText());
tree.putExtra("enTitle", treeNode.getEnName());
});
JSONArray jsonArray = JSONArray.parseArray(JSON.toJSONString(treeNodes,SerializerFeature.WriteMapNullValue));