跳转时还要删除当前路由

This commit is contained in:
hr121 2025-08-12 17:55:00 +08:00
parent 8aef90574b
commit afb46f9e7b

View File

@ -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)