diff --git a/supervise-portal-ui/src/api/flow/todo.js b/supervise-portal-ui/src/api/flow/todo.js index 417d96f7..8fac59eb 100644 --- a/supervise-portal-ui/src/api/flow/todo.js +++ b/supervise-portal-ui/src/api/flow/todo.js @@ -28,6 +28,14 @@ export function pagerList(params) { }) } +// 待办已办待阅已阅获取人员 +export function sysstaffinfo() { + return request({ + url: '/portal/v1/sysuser/getUserListAll', + method: 'get' + }) +} + // 查看总已办列表 export function getList(params) { return request({ diff --git a/supervise-portal-ui/src/views/flow/havereadList.vue b/supervise-portal-ui/src/views/flow/havereadList.vue index 497b7fa2..4fa86a9e 100644 --- a/supervise-portal-ui/src/views/flow/havereadList.vue +++ b/supervise-portal-ui/src/views/flow/havereadList.vue @@ -93,9 +93,9 @@ -
- 评论 -
+ + +
diff --git a/supervise-portal-ui/src/views/flow/tobereadList.vue b/supervise-portal-ui/src/views/flow/tobereadList.vue index 2c812329..a82aa50a 100644 --- a/supervise-portal-ui/src/views/flow/tobereadList.vue +++ b/supervise-portal-ui/src/views/flow/tobereadList.vue @@ -82,9 +82,9 @@ -
- 评论 -
+ + +