소스 검색

库位打印相关

yesheng 1 개월 전
부모
커밋
ad3a27694c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/wms/base/components/StockLocation.vue

+ 1 - 1
src/views/wms/base/components/StockLocation.vue

@@ -658,7 +658,7 @@ export default {
       this.getList();
       this.tokens = localStorage.getItem(AccessTokenKey);
       this.baseUrl = process.env.VUE_APP_REPORT_API;
-      this.reportId = this.$route.meta.reportId[0];
+      this.reportId = this.$route.meta.reportId;
     },
     dialogClose() {
       this.list = [];