|
@@ -162,7 +162,6 @@ import { useUserStore } from '@/store/modules/user'
|
|
|
import { useRoute } from 'vue-router'
|
|
import { useRoute } from 'vue-router'
|
|
|
import { getNotice, getSemesterTimestamps } from '@/utils/util'
|
|
import { getNotice, getSemesterTimestamps } from '@/utils/util'
|
|
|
|
|
|
|
|
-console.log(getSemesterTimestamps())
|
|
|
|
|
const notice = ref('')
|
|
const notice = ref('')
|
|
|
|
|
|
|
|
const GetNotice = async () => {
|
|
const GetNotice = async () => {
|
|
@@ -218,7 +217,6 @@ const getRecords = async () => {
|
|
|
pagesize: pagination.pagesize,
|
|
pagesize: pagination.pagesize,
|
|
|
current: pagination.current
|
|
current: pagination.current
|
|
|
}
|
|
}
|
|
|
- console.log(reqData)
|
|
|
|
|
const res = await lepaoRecords(reqData)
|
|
const res = await lepaoRecords(reqData)
|
|
|
if (!res || res.code !== 0)
|
|
if (!res || res.code !== 0)
|
|
|
return Notification.error({
|
|
return Notification.error({
|