mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-06 07:21:24 +08:00
add noticeTypeManage module
This commit is contained in:
@@ -53,6 +53,7 @@ export default {
|
||||
.then((response) => {
|
||||
if (response.data.code === 20021) {
|
||||
noticeStore.selectData = response.data.data
|
||||
noticeStore.total = parseInt(response.data.msg)
|
||||
ElMessage({
|
||||
message: '查询成功.',
|
||||
type: 'success'
|
||||
@@ -102,7 +103,7 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
noticeStore.selectNoticeType()
|
||||
noticeStore.selectEnableNoticeType()
|
||||
},
|
||||
computed: {
|
||||
...mapState(useNoticeStore, ['dialogAddVisible'])
|
||||
|
||||
Reference in New Issue
Block a user