定义数组赋值问题
/*let a=funcIdsByRoleId.value //会报错没有has let b=keys */ 改为 let a=new Set([...funcIdsByRoleId.value]); let b=new Set([...keys]);