lyvision

Results 2 issues of lyvision

![80D4745EDE9B692D2D76FED9B0E4BC24](https://github.com/user-attachments/assets/f6954fad-cc36-41c3-be3e-0397b6407fe3) 1、修改/src/views/permission/role/editDataAuth.vue loadDeptList方法内deptList.value = res.list 语句。 2、修改为:buildTree(res.list); 3、增加方法: function buildTree(res) { // 初始化节点映射表 const nodeMap = new Map(); // 增加每个节点的 children、label、key res.forEach(node => { node.children = []; node.label = node.name;...

### Go version 1.23 ### GoFrame version 2.9.0 ### Can this bug be reproduced with the latest release? Option Yes ### What did you do? goframe使用Postgresql,在进行数据count时,会出现(1)的语法错误。 ### What did you...

bug