Files
RuoYi-Cloud/ruoyi-ui/src
D哥 dffbeedb53 检查元素是否已经有 children 字段避免出现 undefined 的情况 update ruoyi-ui/src/utils/ruoyi.js.
// 检查元素是否已经有 children 字段,如果没有则添加 children 空数组字段
    // 避免后面的代码中 parentObj[config.childrenList] 出现 undefined 的情况
    if (!d[config.childrenList]) {
      d[config.childrenList] = [];
    }

Signed-off-by: D哥 <12271764+darrenteng@user.noreply.gitee.com>
2025-03-09 06:33:30 +00:00
..
2025-03-05 18:01:33 +08:00
2023-11-30 09:45:07 +08:00
2025-03-05 18:01:33 +08:00
2024-11-25 22:30:03 +08:00
2025-03-05 18:01:33 +08:00
2025-03-06 11:09:34 +08:00
2023-11-30 09:45:07 +08:00
2021-12-18 18:25:56 +08:00
2024-12-07 17:08:53 +08:00