跳转时还要删除当前路由
This commit is contained in:
parent
8aef90574b
commit
afb46f9e7b
@ -345,6 +345,7 @@ export default {
|
||||
if (response) {
|
||||
this.$message.success('结算单生成成功')
|
||||
this.dialogVisible = false
|
||||
this.$store.dispatch('tagsView/delView', this.$route);// 删除当前路由
|
||||
this.$router.push('/order/settlementOrder')
|
||||
} else {
|
||||
this.$message.error('结算单生成失败: ' + response.message)
|
||||
|
Loading…
Reference in New Issue
Block a user