!6 进入流程定义页面,内存卡死崩溃问题

Merge pull request !6 from Mr.Bao/master
approve-sys
tony 2 years ago committed by Gitee
commit 3a68c1cafb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -1,22 +1,14 @@
<template> <template>
<div> <div>
<!--<bpmn-modeler
ref="refNode"
:xml="xmlData"
:is-view="true"
:taskList="taskData"
/>-->
<flow-view :xmlData="xmlData" :taskList="taskData"/> <flow-view :xmlData="xmlData" :taskList="taskData"/>
</div> </div>
</template> </template>
<script> <script>
import bpmnModeler from '@/components/Process/index'
import FlowView from './flowview' import FlowView from './flowview'
export default { export default {
name: "Flow", name: "Flow",
components: { components: {
bpmnModeler,
FlowView FlowView
}, },
props: { props: {

Loading…
Cancel
Save