修改
This commit is contained in:
parent
f76026a922
commit
223f3fc93c
@ -10,9 +10,9 @@ export function selectOrderByNursePersonCount(nurseStationPersonId) {
|
|||||||
|
|
||||||
|
|
||||||
//护理新闻
|
//护理新闻
|
||||||
export function selectNurseNews() {
|
export function selectNurseNews(pageNum, pageSize) {
|
||||||
return request({
|
return request({
|
||||||
url: `/nurseApplet/personLearn/selectNurseNews?informationCategoryType=${'NURSING_NEWS'}`,
|
url: `/nurseApplet/personLearn/selectNurseNews?pageNum=${pageNum}&pageSize=${pageSize}&informationCategoryType=${'NURSING_NEWS'}`,
|
||||||
method: 'GET'
|
method: 'GET'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user