Commit ad914ec9 authored by 黄贤军's avatar 黄贤军

新建

parent d1a654f7
Pipeline #20766 failed with stages
...@@ -219,6 +219,7 @@ export default { ...@@ -219,6 +219,7 @@ export default {
this.percentage = 100 this.percentage = 100
setTimeout(_ => { setTimeout(_ => {
this.closeFullScreen(this.openFullScreen()) this.closeFullScreen(this.openFullScreen())
this.$message.success('安装成功')
this.percentage = 0 this.percentage = 0
}, 1000) }, 1000)
}).catch(res => { }).catch(res => {
...@@ -251,7 +252,7 @@ export default { ...@@ -251,7 +252,7 @@ export default {
this.percentage = 100 this.percentage = 100
setTimeout(_ => { setTimeout(_ => {
this.closeFullScreen(this.openFullScreen()) this.closeFullScreen(this.openFullScreen())
this.$message('推送成功') this.$message.success('推送成功')
this.percentage = 0 this.percentage = 0
}, 1000) }, 1000)
}).catch(res => { }).catch(res => {
...@@ -293,7 +294,7 @@ export default { ...@@ -293,7 +294,7 @@ export default {
this.openFullScreen('回滚升级中,请稍等') this.openFullScreen('回滚升级中,请稍等')
axios.get(`mesAPI/upgrade/rollback/${row.id}/`).then(res => { axios.get(`mesAPI/upgrade/rollback/${row.id}/`).then(res => {
this.refresh(row) this.refresh(row)
this.$message('回滚成功') this.$message.success('回滚成功')
this.closeFullScreen(this.openFullScreen()) this.closeFullScreen(this.openFullScreen())
} }
) )
......
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