Commit 31893862 by Mr. Lan

fix bug.

parent 6a19473f
Showing with 2 additions and 1 deletions
......@@ -226,7 +226,8 @@ export default {
}).then(response => {
if (response.code === 200) {
// this.$router.push({ name: 'upcoming' })
window.location.reload()
// window.location.reload()
this.getProcessNodeList()
}
})
},
......
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 sign in to comment