fix chats api
This commit is contained in:
parent
4a59c42395
commit
28efd7ebd2
6 changed files with 63 additions and 24 deletions
|
|
@ -107,7 +107,7 @@ const StatusActionButtons = {
|
|||
button
|
||||
.action?.(this.funcArg)
|
||||
.then(() => this.$emit('onSuccess'))
|
||||
.catch((err) => this.$emit('onError', err.error.error))
|
||||
.catch((err) => this.$emit('onError', err))
|
||||
},
|
||||
onExtraClose() {
|
||||
this.showPin = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue