Ver Fonte

库位打印相关

yesheng há 1 mês atrás
pai
commit
ad3a27694c
1 ficheiros alterados com 1 adições e 1 exclusões
  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 = [];