This commit is contained in:
曹辉 2023-05-05 16:21:01 +08:00
parent f76026a922
commit 223f3fc93c

View File

@ -10,9 +10,9 @@ export function selectOrderByNursePersonCount(nurseStationPersonId) {
//护理新闻
export function selectNurseNews() {
export function selectNurseNews(pageNum, pageSize) {
return request({
url: `/nurseApplet/personLearn/selectNurseNews?informationCategoryType=${'NURSING_NEWS'}`,
url: `/nurseApplet/personLearn/selectNurseNews?pageNum=${pageNum}&pageSize=${pageSize}&informationCategoryType=${'NURSING_NEWS'}`,
method: 'GET'
})
}