查看bug修复
parent
4f2ce48bb7
commit
40c8761465
|
@ -96,9 +96,13 @@ export default {
|
|||
tm: new Date().getTime()
|
||||
}
|
||||
).then((data) => {
|
||||
if (data.code !== '0') {
|
||||
this.$message.error(data.msg)
|
||||
} else {
|
||||
this.$message.success('推送成功')
|
||||
this.visible = false
|
||||
this.$emit('refresh', '')
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue