luobang 3 years ago
parent
commit
f205270fca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/TMS/components/importedMine/wagonLoad.vue

+ 1 - 1
src/views/TMS/components/importedMine/wagonLoad.vue

@@ -96,7 +96,7 @@ export default {
       }
     },
     btnclick() {
-      this.$router.push("/addWagonLoadCopy");
+      this.$router.push("/addWagonLoad");
     },
     click(resultId) {
       this.$router.push("/editWagonLoad/" + resultId);