
菜单管理
前端调用后台接口查询菜单列表** 查询菜单列表 *getList { this.loading = true; listMenuthis.queryParams.thenresponse = { this.menuList = response.data; this.loading = false; ......
前端调用后台接口查询菜单列表** 查询菜单列表 *getList { this.loading = true; listMenuthis.queryParams.thenresponse = { this.menuList = response.data; this.loading = false; ......
前端调用后台接口** 查询角色列表 *getList { this.loading = true; listRolethis.addDateRangethis.queryParams, this.dateRange.then response = { this.roleList = response......
用户管理调用获取用户列表接口** * 获取用户列表 *@PreAuthorize"@ss.hasPermi'system:user:list'"@GetMapping"list"public TableDataInfo listSysUser user{ startPage; ListSysUser lis......
userAvatar.vuetemplate div img v-bind:src="options.img" @click="editCropper" title="点击上传头像" class="img-circle img-lg" el-dialog :title="title" :visible.......
使用到的组件:1、前端调用查询用户信息接口前端调用: 查询用户个人信息export function getUserProfile { return request{ url: 'systemuserprofile', method: 'get' }}后台接口:** * 个人信息 *@GetMappin......