From 781c84fc47647b6cc25c9b96c5de98cbcf0c9ab4 Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期三, 19 十一月 2025 09:31:32 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

---
 src/views/basic/gyStockPlace/gyStockPlace.vue |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/views/basic/gyStockPlace/gyStockPlace.vue b/src/views/basic/gyStockPlace/gyStockPlace.vue
index 41211f2..8378ca9 100644
--- a/src/views/basic/gyStockPlace/gyStockPlace.vue
+++ b/src/views/basic/gyStockPlace/gyStockPlace.vue
@@ -26,7 +26,7 @@
         </el-form-item>
         <el-form-item label="缁勭粐">
           <el-select
-            v-model="queryParams.HOrgID"
+            v-model="queryParams.HOrgName"
             placeholder="璇烽�夋嫨"
             class="ForFilteringSchemes"
           >
@@ -34,7 +34,7 @@
               v-for="(item, index) in organizationList"
               :key="index"
               :label="item.Name"
-              :value="item.ID"
+              :value="item.Name"
             >
             </el-option>
           </el-select>
@@ -479,11 +479,11 @@
       openData: false, //鏁版嵁寮圭獥
       dialogTitle: "",
       zuzhiId: "",
-      organizationList: JSON.parse(sessionStorage.getItem("organizationList")), //缁勭粐鍒楄〃
+      organizationList: [], //缁勭粐鍒楄〃
       subDisabled: false, //缂栬緫椤甸潰淇濆瓨鎸夐挳鏄惁绂佺敤(true绂佺敤锛宖alse鍙敤)
       OperationType: null, //淇濆瓨绫诲瀷锛堟柊澧�1淇敼3锛�
       HInterID: null,
-      baseURL: "http://localhost:81/API/",
+      baseURL: process.env.VUE_APP_BASE_API,
       user: "admin",
       currentRow: [],
       lastSelectedRowIndex: null, // 鐢ㄤ簬璁板綍涓婃鐐瑰嚮鐨勮绱㈠紩
@@ -503,7 +503,7 @@
       dateRange: [],
       // 鏌ヨ鍙傛暟
       queryParams: {
-        HOrgID: sessionStorage["HOrganizationID"],
+        HOrgID: null,
         HName: null,
         HNumber: null,
         Comparator1: "",
@@ -1175,7 +1175,6 @@
 
     //閫�鍑�
     close() {
-      this.editGyClose();
       this.tableShow = true;
       this.openEdit = false;
       this.getList();

--
Gitblit v1.9.1