|
@@ -68,7 +68,6 @@ import useNoticeStore from '@/stores/modules/notice'
|
|
|
const noticeStore = storeToRefs(useNoticeStore())
|
|
|
const activeName = ref('first')
|
|
|
const newNotice = ref(0)
|
|
|
-console.log('newNotice', newNotice)
|
|
|
// 定义变量内容
|
|
|
const state = reactive({
|
|
|
loading: false
|
|
@@ -84,7 +83,6 @@ const getTableData = async () => {
|
|
|
newsList.value = noticeStore.state.value.notices
|
|
|
state.loading = false
|
|
|
}
|
|
|
-console.log('newsList', newsList)
|
|
|
|
|
|
onMounted(() => {
|
|
|
nextTick(() => {
|