Commit beaebd91 by WH

fix:修复提交后交易页面不关闭的缺陷

parent 4f9dee9c
...@@ -30,6 +30,7 @@ export default { ...@@ -30,6 +30,7 @@ export default {
message: '提交成功', message: '提交成功',
type: 'success', type: 'success',
}); });
this.$store.dispatch("TagsView/delView", this.$route)
this.$router.push('/taskList') this.$router.push('/taskList')
this.$store.commit("setTaskListTabVal", 'trnrel'); this.$store.commit("setTaskListTabVal", 'trnrel');
} }
......
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