lyvision
lyvision
 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...