update 标签管理-树形查询
This commit is contained in:
+1
-1
@@ -113,7 +113,7 @@ public class SysDictItemController {
|
||||
}
|
||||
});
|
||||
JSONArray jsonArray = JSONArray.parseArray(JSON.toJSONString(treeNodes,SerializerFeature.WriteMapNullValue));
|
||||
return Result.OK(jsonArray);
|
||||
return Result.OK(jsonArray != null ? jsonArray : new JSONArray());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user