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