代客下单修改支付成功后的处理

This commit is contained in:
2024-11-13 10:41:10 +08:00
parent f931cc882d
commit d14ba5e812

View File

@@ -3891,7 +3891,7 @@ export default {
this.$router.replace({ path: "/tool/table_list" });
} else {
this.$router.replace({ path: "/tool/Instead/index" });
// this.$router.go(0);
this.$router.go(0);
// this.reset();
// this.$router.replace({ path: "/tool/Instead/index" });
}