|
|
@@ -122,7 +122,6 @@
|
|
|
@left-check-change="leftcheckchange"
|
|
|
@change="handleChange"
|
|
|
>
|
|
|
- />
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<!-- <el-button @click="bpmnVisible = false">取 消</el-button> -->
|
|
|
<el-button type="primary" @click="bpmnVisible = false">关 闭</el-button>
|
|
|
@@ -156,6 +155,7 @@ export default {
|
|
|
const generateData = _ => {
|
|
|
const data = []
|
|
|
const bm = deptName
|
|
|
+ console.log(deptName,'deptNamedeptName')
|
|
|
bm.forEach((b, index) => {
|
|
|
data.push({
|
|
|
label: b,
|