Commit 546531e4 authored by shenyanpei's avatar shenyanpei

项目推送提示

parent 6674cb8f
......@@ -249,14 +249,17 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
this.Loading = true
getPush(formJson).then(res => {
if (res.data.code === '200') {
if (res.code === '200') {
this.$message.success('推送成功')
this.getProjectData()
} else {
this.$message.warning('推送失败')
this.$message({
type: 'warning',
message: res.data
})
this.getProjectData()
}
this.getProjectData()
}).catch(e => {
})
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment