BUG 29142

This commit is contained in:
aixianling
2022-04-18 09:53:11 +08:00
parent 178d254bf8
commit 6ede9e8871

View File

@@ -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: {