BUG 29142
This commit is contained in:
@@ -116,7 +116,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
handleShow() {
|
handleShow() {
|
||||||
this.getPCR().then(() => this.dialog = true)
|
this.getPCR().then(() => this.dialog = true).catch(() => this.dialog = true)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
|
|||||||
Reference in New Issue
Block a user