添加自定义 icon
This commit is contained in:
@@ -89,8 +89,7 @@ const open = (row: any) => {
|
||||
dialogVisible.value = true
|
||||
getAbnormalDetail(row.powerQualityProblemNo).then((res: any) => {
|
||||
addData.value = res.data
|
||||
FillingRef.value.open(row)
|
||||
|
||||
FillingRef.value.open(row)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ import { useAdminInfo } from '@/stores/adminInfo'
|
||||
|
||||
const adminInfo = useAdminInfo()
|
||||
defineOptions({
|
||||
name: 'auth/role'
|
||||
name: 'user-boot/role/list'
|
||||
})
|
||||
const height = mainHeight(20).height
|
||||
const treeRef = ref()
|
||||
@@ -150,6 +150,8 @@ const checkChange = (data: any) => {
|
||||
updateRoleMenu({
|
||||
id: menuListId.value,
|
||||
idList: treeRef.value.treeRef.getCheckedNodes(false, true).map((node: any) => node.id)
|
||||
}).then(() => {
|
||||
ElMessage.success('操作成功!')
|
||||
})
|
||||
}, 1000)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user