【开发】 报名成功提示语修改
This commit is contained in:
@@ -494,8 +494,14 @@ export default {
|
|||||||
httpAction(url, submitData, method).then(res => {
|
httpAction(url, submitData, method).then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
that.$emit('ok')
|
that.$emit('ok')
|
||||||
that.handleCancel()
|
|
||||||
that.$message.success(res.message)
|
// that.$message.success(res.message)
|
||||||
|
that.$notification.success({
|
||||||
|
message: '报名成功',
|
||||||
|
})
|
||||||
|
setTimeout(() => {
|
||||||
|
that.handleCancel()
|
||||||
|
},500)
|
||||||
that.confirmLoading = false
|
that.confirmLoading = false
|
||||||
} else {
|
} else {
|
||||||
that.$message.warn(res.message)
|
that.$message.warn(res.message)
|
||||||
|
|||||||
Reference in New Issue
Block a user