@@ -430,7 +430,7 @@
</el-tabs>
</el-form>
<template v-slot:footer>
- <el-button @click="visible = false">取消</el-button>
+ <el-button @click="updateVisible(false)">取消</el-button>
<el-button type="primary" @click="save"> 保存 </el-button>
</template>
<!-- 新增设备 -->