浏览代码

库位打印相关

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 = [];