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