fix: 去除<el-dialog/>中:modal="false"属性
This commit is contained in:
@@ -224,16 +224,16 @@
|
||||
</el-row>
|
||||
</el-dialog>
|
||||
|
||||
<!--流程设计器-->
|
||||
<el-dialog
|
||||
title="流程配置"
|
||||
:visible.sync="dialogVisible"
|
||||
:close-on-press-escape="false"
|
||||
:fullscreen=true
|
||||
:before-close="handleClose"
|
||||
append-to-body>
|
||||
<Model :deployId="deployId"/>
|
||||
</el-dialog>
|
||||
<!-- <!–流程设计器–>-->
|
||||
<!-- <el-dialog-->
|
||||
<!-- title="流程配置"-->
|
||||
<!-- :visible.sync="dialogVisible"-->
|
||||
<!-- :close-on-press-escape="false"-->
|
||||
<!-- :fullscreen=true-->
|
||||
<!-- :before-close="handleClose"-->
|
||||
<!-- append-to-body>-->
|
||||
<!-- <Model :deployId="deployId"/>-->
|
||||
<!-- </el-dialog>-->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -410,9 +410,9 @@ export default {
|
||||
},
|
||||
/** 跳转到流程设计页面 */
|
||||
handleLoadXml(row){
|
||||
this.dialogVisible = true;
|
||||
this.deployId = row.deploymentId;
|
||||
// this.$router.push({ path: '/flowable/definition/model',query: { deployId: row.deploymentId }})
|
||||
// this.dialogVisible = true;
|
||||
// this.deployId = row.deploymentId;
|
||||
this.$router.push({ path: '/flowable/definition/model',query: { deployId: row.deploymentId }})
|
||||
},
|
||||
/** 流程图查看 */
|
||||
handleReadImage(deployId){
|
||||
|
||||
Reference in New Issue
Block a user