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