diff --git a/src/views/tool/Instead/index.vue b/src/views/tool/Instead/index.vue index 1d4c633..c0c79eb 100644 --- a/src/views/tool/Instead/index.vue +++ b/src/views/tool/Instead/index.vue @@ -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" }); }