通知修改

This commit is contained in:
nisen
2023-09-04 16:36:59 +08:00
parent fbf2b7e4b8
commit a99bf81b57

View File

@@ -308,7 +308,7 @@ export default {
noticeList({ noticeList({
pageNo: 1, pageNo: 1,
pageSize: 6, pageSize: 6,
isTop: '0' isTop: ''
}).then((res) => { }).then((res) => {
this.courseList.noticeList = res.data.records || [] this.courseList.noticeList = res.data.records || []
}) })