fix: 去除流程详情多余关闭按钮

This commit is contained in:
tony
2022-12-28 16:34:29 +08:00
parent 53c14197dc
commit 5728864bcd

View File

@@ -20,7 +20,6 @@
<flow :flowData="flowData"/>
</el-tab-pane>
</el-tabs>
<el-button style="position: absolute;right:35px;top:35px;" type="primary" @click="goBack">关闭</el-button>
<!--选择流程接收人-->
<el-dialog :title="taskTitle" :visible.sync="taskOpen" width="65%" append-to-body>
<flow-user v-if="checkSendUser" :checkType="checkType" @handleUserSelect="handleUserSelect"/>