|
@@ -81,7 +81,8 @@ function handleClickEvent(event){
|
|
|
startDate:moment(activeStart).format('YYYY-MM-DD'),
|
|
|
endDate:moment(activeEnd).subtract(1, 'days').format('YYYY-MM-DD'),
|
|
|
edbInfoId:event.edb_info_id,
|
|
|
- permissionId:permissionValue.value
|
|
|
+ permissionId:permissionValue.value,
|
|
|
+ permissionName:permissionName.value
|
|
|
}
|
|
|
})
|
|
|
showEventList.value = false
|
|
@@ -129,7 +130,6 @@ async function getPermissionNewestMonth(){
|
|
|
})
|
|
|
}
|
|
|
function getPermissionName(){
|
|
|
- console.log(cascaderRef.value.getCheckedNodes(true))
|
|
|
const node = cascaderRef.value?.getCheckedNodes(true)[0]
|
|
|
permissionName.value = node.label
|
|
|
}
|
|
@@ -295,6 +295,17 @@ onMounted(()=>{
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
}
|
|
|
+.no-auth{
|
|
|
+ text-align: center;
|
|
|
+ img{
|
|
|
+ width: 400px;
|
|
|
+ }
|
|
|
+ .btn{
|
|
|
+ width: 218px;
|
|
|
+ margin-left: auto;
|
|
|
+ margin-right: auto;
|
|
|
+ }
|
|
|
+}
|
|
|
.event-list-dialog{
|
|
|
.event-list-wrap{
|
|
|
min-height: 300px;
|