RuoYi
2020-09-21 69829827fe4733e35b47a4172e01ec99b5d88daf
菜单&数据权限新增(展开/折叠 全选/全不选 父子联动)
已修改2个文件
5 ■■■■■ 文件已修改
ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/system/role/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-system/src/main/resources/mapper/system/SysRoleMapper.xml
@@ -97,8 +97,8 @@
             <if test="roleKey != null and roleKey != ''">role_key,</if>
             <if test="roleSort != null and roleSort != ''">role_sort,</if>
             <if test="dataScope != null and dataScope != ''">data_scope,</if>
             <if test="menuCheckStrictly != null and menuCheckStrictly != ''">menu_check_strictly,</if>
             <if test="deptCheckStrictly != null and deptCheckStrictly != ''">dept_check_strictly,</if>
             <if test="menuCheckStrictly != null">menu_check_strictly,</if>
             <if test="deptCheckStrictly != null">dept_check_strictly,</if>
             <if test="status != null and status != ''">status,</if>
             <if test="remark != null and remark != ''">remark,</if>
             <if test="createBy != null and createBy != ''">create_by,</if>
ruoyi-ui/src/views/system/role/index.vue
@@ -440,6 +440,7 @@
        menuIds: [],
        deptIds: [],
        menuCheckStrictly: true,
        deptCheckStrictly: true,
        remark: undefined
      };
      this.resetForm("form");