Commit 471ecaa3 authored by 小费同学阿's avatar 小费同学阿 💬 Committed by 杨秀秀

/app/appeal/management/list换 /app/appeal/management/list-and-feedback

parent 886b1eb3
...@@ -19,7 +19,7 @@ class AppealListRequest:BaseRespons() { ...@@ -19,7 +19,7 @@ class AppealListRequest:BaseRespons() {
{ {
return apiService.postAppealList(ApiParams<AppealListBody>().setParams(AppealListBody( return apiService.postAppealList(ApiParams<AppealListBody>().setParams(AppealListBody(
appealStatus, appealStatus,
null, userInfo.deptId,
arrayOf(userInfo.userId) arrayOf(userInfo.userId)
)),10,page) )),10,page)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment