|
@@ -58,13 +58,8 @@
|
|
|
<el-dialog title="配置节点信息" :visible.sync="dialogStatus2" width="100%" style="height: 100%" :fullscreen="true"
|
|
|
:before-close="handleClose4" :modal="false" v-if="dialogStatus2" :destroy-on-close="true">
|
|
|
<!-- <el-button type="primary" @click="dialogTreeStatus3 = true">新增</el-button> -->
|
|
|
- <!-- <el-button type="primary" v-if="delarr.length > 0" @click="delarrbtn2">批量删除</el-button> -->
|
|
|
<div style="display: flex;">
|
|
|
- <el-table :data="tableData3" style="width: 100%;min-height: 600px;" ref="refTable4" height="600px"
|
|
|
- @selection-change="selectionChange">
|
|
|
- <!-- 是否多选 -->
|
|
|
- <!-- <el-table-column type="selection" width="55">
|
|
|
- </el-table-column> -->
|
|
|
+ <el-table :data="tableData3" style="width: 100%;min-height: 600px;" ref="refTable4" height="600px">
|
|
|
<el-table-column type="expand">
|
|
|
<template slot-scope="props">
|
|
|
<el-table :data="props.row.nextNodes" size="mini" style="width: 95%;margin-left: 5%;"
|
|
@@ -79,6 +74,8 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="操作" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
+ <el-button size="mini" type="text" @click="jiedianadd(scope.row)">
|
|
|
+ 新增字段</el-button>
|
|
|
<el-button size="mini" type="text" @click="jiedianedit(scope.row)">
|
|
|
配置字段</el-button>
|
|
|
<el-button size="mini" type="text" @click="delarrbtn2(scope.row)">
|
|
@@ -94,6 +91,8 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="操作" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
+ <el-button size="mini" type="text" @click="jiedianadd(scope.row)">
|
|
|
+ 新增字段</el-button>
|
|
|
<el-button size="mini" type="text" @click="jiedianedit(scope.row)">
|
|
|
配置字段</el-button>
|
|
|
<el-button size="mini" type="text" @click="delarrbtn2(scope.row)">
|
|
@@ -111,6 +110,8 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="操作" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
+ <el-button size="mini" type="text" @click="jiedianadd(scope.row)">
|
|
|
+ 新增字段</el-button>
|
|
|
<el-button size="mini" type="text" @click="jiedianedit(scope.row)">
|
|
|
配置字段</el-button>
|
|
|
<el-button size="mini" type="text" @click="delarrbtn2(scope.row)">
|
|
@@ -120,7 +121,7 @@
|
|
|
</el-table>
|
|
|
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
</el-dialog>
|
|
|
|
|
|
<el-dialog title="配置候选人字段" :visible.sync="dialogTreeStatus2" width="100%" style="height: 100%" :fullscreen="true"
|
|
@@ -288,8 +289,9 @@ export default {
|
|
|
this.dialogTreeStatus3 = true
|
|
|
},
|
|
|
jiedianadd(v) {
|
|
|
-
|
|
|
+ this.updatestatusId = ''
|
|
|
this.nodeResourceId = v.resourceId
|
|
|
+ this.resourceId = v.parentResourceId
|
|
|
this.dialogTreeStatus3 = true
|
|
|
},
|
|
|
delarrbtn() {///CfgWorkflowChoosePerson/delBatch
|
|
@@ -309,7 +311,7 @@ export default {
|
|
|
this.getRiskadminform(this.resourceId)
|
|
|
});
|
|
|
},
|
|
|
- delarrbtn2(v) {///CfgWorkflowChoosePerson/delBatch
|
|
|
+ delarrbtn2(v) {///CfgWorkflowChooseNode/delBatch
|
|
|
this.$http({
|
|
|
url: "/market/CfgWorkflowChooseNode/del",
|
|
|
method: "post",
|
|
@@ -397,7 +399,7 @@ export default {
|
|
|
// this.loading = true
|
|
|
this.tableData3 = v.nextNodes
|
|
|
this.dialogStatus2 = true
|
|
|
-
|
|
|
+
|
|
|
|
|
|
},
|
|
|
async clickSave(v) {
|