From b82019ffead8666dd2167c81b97f18d390b0cba5 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 23 十月 2023 12:17:56 +0800
Subject: [PATCH] 概述的位置仓库 ,源位置,仓库位置 接口调整为查询对应仓库的位置

---
 src/views/overview/OverviewListView.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/overview/OverviewListView.vue b/src/views/overview/OverviewListView.vue
index bb94c95..5ba0d19 100644
--- a/src/views/overview/OverviewListView.vue
+++ b/src/views/overview/OverviewListView.vue
@@ -264,10 +264,11 @@
     },
     // 鏂板缓
     addBtnClick() {
-      this.editConfig.visible = true
       this.editConfig.title = "鏂板缓"
       this.editConfig.operationTypeId = this.$route.params.id
+      this.editConfig.code=this.$route.params.code
       this.editConfig.infomation = {}
+      this.editConfig.visible = true
     },
     // 鐘舵��
     getStatus(val) {

--
Gitblit v1.8.0