mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 23:11:24 +08:00
add noticeTypeManage module
This commit is contained in:
21
ui/src/pages/notice/ToReadView.vue
Normal file
21
ui/src/pages/notice/ToReadView.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<notice-view-table />
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import { useNoticeStore } from '@/store/notice'
|
||||
const noticeStore = useNoticeStore()
|
||||
export default {
|
||||
data() {
|
||||
return {}
|
||||
},
|
||||
methods: {},
|
||||
mounted() {
|
||||
noticeStore.selectAllNoticeByUserId(0)
|
||||
},
|
||||
unmounted() {
|
||||
console.log('toRead:unmounted')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user