|
@@ -288,11 +288,12 @@ export default {
|
|
if (res.status === 'success') {
|
|
if (res.status === 'success') {
|
|
this.inited()
|
|
this.inited()
|
|
this.$refs[name].resetFields()
|
|
this.$refs[name].resetFields()
|
|
- this.$Message.success('发送成功!')
|
|
|
|
}
|
|
}
|
|
|
|
+
|
|
}).error(() => {
|
|
}).error(() => {
|
|
this.isDis = false
|
|
this.isDis = false
|
|
}).post()
|
|
}).post()
|
|
|
|
+ this.$Message.success('发送成功!')
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|