zhou zhou
1 天以前 3fdcf1d5e6468c735532e67bde5ff1cdf85bb0c6
rsf-design/src/views/system/role/rolePage.helpers.js
@@ -41,6 +41,13 @@
  }
}
export function getRolePaginationKey() {
  return {
    current: 'current',
    size: 'pageSize'
  }
}
const ROLE_REPORT_COLUMNS = [
  { source: 'name', label: '角色名称' },
  { source: 'code', label: '角色编码' },
@@ -278,7 +285,7 @@
  }
}
function normalizeScopeKeys(keys = []) {
export function normalizeScopeKeys(keys = []) {
  if (!Array.isArray(keys)) {
    return []
  }
@@ -292,7 +299,7 @@
  )
}
function normalizeScopeKey(value) {
export function normalizeScopeKey(value) {
  const normalized = normalizeRoleId(value)
  return normalized === void 0 ? '' : String(normalized)
}