diff --git a/src/components/UserConfirmDialog/index.vue b/src/components/UserConfirmDialog/index.vue
index 919800312..68605faa1 100644
--- a/src/components/UserConfirmDialog/index.vue
+++ b/src/components/UserConfirmDialog/index.vue
@@ -14,7 +14,7 @@
{{ Label }}
-
+
{{ HelpText }}
@@ -46,10 +46,9 @@ export default {
computed: {
showPassword() {
if (this.ConfirmType === 'password') {
- console.log('--------------')
- return { 'show-password': true }
+ return true
}
- return {}
+ return false
}
},
watch: {