diff --git a/ruoyi-ui/src/views/flowable/task/finished/record.vue b/ruoyi-ui/src/views/flowable/task/finished/record.vue index 3b10072..206cb03 100644 --- a/ruoyi-ui/src/views/flowable/task/finished/record.vue +++ b/ruoyi-ui/src/views/flowable/task/finished/record.vue @@ -34,29 +34,23 @@ - - - 点击上传 -
只能上传jpg/png文件,且不超过500kb
-
-
- - - 点击上传 -
只能上传jpg/png文件,且不超过500kb
-
+ + +
+ + + + + + + {{item.name}} + + + +
@@ -306,6 +300,7 @@ export default { issue: '', solution: '', }, + uploadedImgs: [], fileList: [], projectList: [], returnTaskList: [], // 回退列表数据 @@ -323,6 +318,7 @@ export default { methods: { init(procInsId, deployId, taskId, finished) { + this.uploadedImgs = [] this.open = true this.taskForm.deployId = deployId; this.taskForm.taskId = taskId; @@ -431,6 +427,7 @@ export default { getFlowRecordList(procInsId, deployId) { const params = {procInsId: procInsId, deployId: deployId} flowRecord(params).then(res => { + this.uploadedImgs = res.data.imgs; this.flowRecordList = res.data.flowList; // 流程过程中不存在初始化表单 直接读取的流程变量中存储的表单值 // if (res.data.formData) {