luobang 3 년 전
부모
커밋
f205270fca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);