|
@ -81,7 +81,6 @@ const getAdminData = async function () { |
|
|
console.log('请求失败', error) |
|
|
console.log('请求失败', error) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
<<<<<<< HEAD |
|
|
|
|
|
const viewRole =ref([]) |
|
|
const viewRole =ref([]) |
|
|
const getRolePermission = async function(){ |
|
|
const getRolePermission = async function(){ |
|
|
const result = await request({ |
|
|
const result = await request({ |
|
@ -93,10 +92,8 @@ const getRolePermission = async function(){ |
|
|
viewRole.value = collectIds(result.data) |
|
|
viewRole.value = collectIds(result.data) |
|
|
console.log('result111',viewRole.value); |
|
|
console.log('result111',viewRole.value); |
|
|
} |
|
|
} |
|
|
======= |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
>>>>>>> zhangrenyuan/feature-20250714163943-金币前端二期 |
|
|
|
|
|
// 编辑用户权限对象 |
|
|
// 编辑用户权限对象 |
|
|
const permissionEditObj = ref({ |
|
|
const permissionEditObj = ref({ |
|
|
checkedKeys: [], |
|
|
checkedKeys: [], |
|
|