|
@@ -225,7 +225,7 @@
|
|
<template #footer>
|
|
<template #footer>
|
|
<span class="dialog-footer">
|
|
<span class="dialog-footer">
|
|
<el-button @click="activeVisible = false">取 消</el-button>
|
|
<el-button @click="activeVisible = false">取 消</el-button>
|
|
- <el-button type="primary" @click="activeresponsibility()">确 定</el-button>
|
|
|
|
|
|
+ <el-button type="primary" @click="activeresponsibility">确 定</el-button>
|
|
</span>
|
|
</span>
|
|
</template>
|
|
</template>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
@@ -253,6 +253,7 @@ export default {
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
dialogVisible: false,
|
|
dialogVisible: false,
|
|
|
|
+ activeVisible: false,
|
|
leaderVisible: false,
|
|
leaderVisible: false,
|
|
activeName: 'first',
|
|
activeName: 'first',
|
|
leaderArr: [],
|
|
leaderArr: [],
|