|
@@ -155,6 +155,7 @@ const getAllRoleList = async () => {
|
|
//角色被点击
|
|
//角色被点击
|
|
const roleItem = ref({})
|
|
const roleItem = ref({})
|
|
const roleItemClick = async (item) => {
|
|
const roleItemClick = async (item) => {
|
|
|
|
+
|
|
if (roleItem.value.roleId === item.roleId) {
|
|
if (roleItem.value.roleId === item.roleId) {
|
|
// 如果点击的是已选中的角色,则清空选择
|
|
// 如果点击的是已选中的角色,则清空选择
|
|
roleItem.value = {}
|
|
roleItem.value = {}
|
|
@@ -168,6 +169,7 @@ const roleItemClick = async (item) => {
|
|
|
|
|
|
const arr = getArrValue(item.childRoleList)
|
|
const arr = getArrValue(item.childRoleList)
|
|
positionList.value = deepClone(arr)
|
|
positionList.value = deepClone(arr)
|
|
|
|
+ setSignPfxUser(item.signPfxFileList)
|
|
}
|
|
}
|
|
|
|
|
|
//岗位搜索
|
|
//岗位搜索
|