fix: 修复ldap导入不能隐藏dialog问题

This commit is contained in:
ibuler
2021-05-19 18:13:34 +08:00
committed by Jiangjie.Bai
parent fa6831b743
commit 67ffda2fd0

View File

@@ -108,7 +108,7 @@ export default {
}
},
hiddenDialog() {
this.$emit('update:show', false)
this.$emit('update:visible', false)
}
}
}