Browse Source

完善问题

master
yunuo970428 2 years ago
parent
commit
09b00e37df
  1. 8
      supervise-portal-ui/src/api/flow/todo.js
  2. 6
      supervise-portal-ui/src/views/flow/havereadList.vue
  3. 6
      supervise-portal-ui/src/views/flow/tobereadList.vue

8
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({

6
supervise-portal-ui/src/views/flow/havereadList.vue

@ -93,9 +93,9 @@
<!-- 编辑信息 -->
<el-dialog title="审批记录" :visible.sync="editDialog" width="80%" style="overflow: hidden" class="dialogStyle">
<!--流程流转记录-->
<div style="text-align: right">
<el-button type="primary" size="small" @click="handleComment">评论</el-button>
</div>
<!-- <div style="text-align: right">-->
<!-- <el-button type="primary" size="small" @click="handleComment">评论</el-button>-->
<!-- </div>-->
<flow-records :xmlData="xmlData" :taskData="taskList" :flowRecordList="flowRecordList"></flow-records>
</el-dialog>

6
supervise-portal-ui/src/views/flow/tobereadList.vue

@ -82,9 +82,9 @@
<!-- 编辑信息 -->
<el-dialog title="审批记录" :visible.sync="editDialog" width="80%" style="overflow: hidden" class="dialogStyle" @close="colsePage">
<!--流程流转记录-->
<div style="text-align: right">
<el-button type="primary" size="small" @click="handleComment">评论</el-button>
</div>
<!-- <div style="text-align: right">-->
<!-- <el-button type="primary" size="small" @click="handleComment">评论</el-button>-->
<!-- </div>-->
<flow-records :xmlData="xmlData" :taskData="taskList" :flowRecordList="flowRecordList"></flow-records>
</el-dialog>

Loading…
Cancel
Save