|
@@ -76,7 +76,7 @@ const unreadNotificationList = ref<any[]>([])
|
|
|
const readNotificationList = ref<any[]>([])
|
|
const readNotificationList = ref<any[]>([])
|
|
|
const pageInfo = ref({
|
|
const pageInfo = ref({
|
|
|
cp: 0,
|
|
cp: 0,
|
|
|
- ps: 7
|
|
|
|
|
|
|
+ ps: 30
|
|
|
})
|
|
})
|
|
|
const getNotificationList = async (
|
|
const getNotificationList = async (
|
|
|
tabType: string = 'All Notifications',
|
|
tabType: string = 'All Notifications',
|
|
@@ -92,7 +92,7 @@ const getNotificationList = async (
|
|
|
if (activeCardTypeName.value === 'Feature Update') {
|
|
if (activeCardTypeName.value === 'Feature Update') {
|
|
|
pageInfo.value.ps = 100
|
|
pageInfo.value.ps = 100
|
|
|
} else {
|
|
} else {
|
|
|
- pageInfo.value.ps = 7
|
|
|
|
|
|
|
+ pageInfo.value.ps = 30
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
pageInfo.value.cp += 1
|
|
pageInfo.value.cp += 1
|