fix: 查看已删除流程详情报错的问题

master
ssc 3 years ago
parent 07999a223f
commit 074ab79640
  1. 6
      src/views/plugin/workflow/process/components/detail.vue

@ -135,6 +135,12 @@ export default {
const { variables, status } = process
let { allForm, taskForm, formList } = form
if (!allForm && !taskForm && !formList) {
this.$message.error('未获取到表单信息或流程已不存在')
this.handleCloseTag()
this.$router.go(-1)
return
}
if (formList && formList.length > 0) {
const options = {
menuBtn: false,

Loading…
Cancel
Save