diff --git a/src/views/components/OperationModal/index.vue b/src/views/components/OperationModal/index.vue index f6d7774d..d569928a 100644 --- a/src/views/components/OperationModal/index.vue +++ b/src/views/components/OperationModal/index.vue @@ -118,7 +118,15 @@ - {{ error }} + +
+ {{ error }} +
+
{ + this.showResult = false this.error = e + this.showDismissibleAlert = true }) }).catch(e => { + this.showResult = false this.error = e + this.showDismissibleAlert = true }) return '' },