| | |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | |
| | | |
| | | </el-popover> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | </el-dialog> |
| | | </template> |
| | | <script lang="ts" setup> |
| | | import { getHistoryProcessImage, getHistoryRecord } from '@/api/workflow/processInstance'; |
| | | import { getHistoryImage, getHistoryRecord } from '@/api/workflow/processInstance'; |
| | | const { proxy } = getCurrentInstance() as ComponentInternalInstance; |
| | | import { ref } from 'vue'; |
| | | const props = defineProps({ |
| | |
| | | loading.value = true; |
| | | historyList.value = []; |
| | | graphicInfoVos.value = []; |
| | | getHistoryProcessImage(processInstanceId).then((res) => { |
| | | getHistoryImage(processInstanceId).then((res) => { |
| | | src.value = 'data:image/png;base64,' + res.data |
| | | }); |
| | | getHistoryRecord(processInstanceId).then((response) => { |