Commit 6a19473f by Mr. Lan

fix bug.

parent c8e2ed1f
Showing with 1 additions and 2 deletions
...@@ -226,8 +226,7 @@ export default { ...@@ -226,8 +226,7 @@ export default {
}).then(response => { }).then(response => {
if (response.code === 200) { if (response.code === 200) {
// this.$router.push({ name: 'upcoming' }) // 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