角色权限修改
This commit is contained in:
@@ -20,7 +20,7 @@ public interface SysRoleMapper extends BaseMapper<SysRole> {
|
||||
void saveRoleRelation(@Param("user") String UserId, @Param("roles") Collection<String> roles);
|
||||
void delRoleRelation(@Param("user") String UserId);
|
||||
|
||||
void deleteRoleMenuBatchRoleIds(Collection<String> ids);
|
||||
void deleteRoleMenuBatchRoleIds(@Param("ids") Collection<String> ids);
|
||||
|
||||
List<String> selectMenuIdsByRoles(String roleId);
|
||||
|
||||
@@ -29,5 +29,5 @@ public interface SysRoleMapper extends BaseMapper<SysRole> {
|
||||
* @param roleId
|
||||
* @param menuIds
|
||||
*/
|
||||
void insertRoleMenu(String roleId, Collection<String> menuIds);
|
||||
void insertRoleMenu(@Param("roleId") String roleId, @Param("menuIds") Collection<String> menuIds);
|
||||
}
|
||||
|
||||
@@ -189,7 +189,7 @@ import ViewDialog from '@/views/wms/storage_manage/rawproduct/rawProductIn/ViewD
|
||||
import { mapGetters } from 'vuex'
|
||||
|
||||
export default {
|
||||
name: 'ProductIn',
|
||||
name: 'RawProductIn',
|
||||
components: { ViewDialog, AddDialog, crudOperation, rrOperation, udOperation, pagination, DateRangePicker, DivDialog },
|
||||
cruds() {
|
||||
return CRUD({
|
||||
|
||||
Reference in New Issue
Block a user