refactor: toast error

This commit is contained in:
Wing-Kam Wong
2022-05-17 18:19:24 +08:00
parent 9cae93c989
commit ccf276a2d2

View File

@@ -1425,7 +1425,7 @@ export default {
}))
// }
} catch (e) {
console.log(e)
this.$toast.error(await this._extractSdkResponseErrorMsg(e)).goAway(3000)
}
this.loadingData = false
},