Commit 3acaaa58 authored by Asjoker's avatar Asjoker

Merge remote-tracking branch 'origin/dev3.0' into dev3.0

parents 50454c8c 546531e4
......@@ -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