luobang hace 3 años
padre
commit
f205270fca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);