mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 23:11:24 +08:00
add the function of addNoticeType
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { useNoticeStore } from '@/store/notice'
|
||||
const noticeStore = useNoticeStore()
|
||||
import { useNoticeTypeStore } from '@/store/notice'
|
||||
const noticeTypeStore = useNoticeTypeStore()
|
||||
export default {
|
||||
name: 'NoticeView',
|
||||
data() {
|
||||
@@ -24,7 +24,7 @@ export default {
|
||||
},
|
||||
methods: {},
|
||||
mounted() {
|
||||
noticeStore.selectEnableNoticeType()
|
||||
noticeTypeStore.selectEnableNoticeType()
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user