@@ -147,6 +147,11 @@ export default Vue.extend({
this.isOk = true
this.loading = false
}).catch(err => {
+ this.$notify({
+ title: '提示',
+ message: '提交表单失败:' + err,
+ type: 'error'
+ })
})
}