From 7fb0a8f0ab16c149484bf043754cd10cfa94de2f Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期一, 19 一月 2026 14:48:05 +0800
Subject: [PATCH] 增加了业务员,保管员和验收员的对应的显示

---
 src/views/component/dept/index.vue |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/src/views/component/dept/index.vue b/src/views/component/dept/index.vue
index bf97686..353f659 100644
--- a/src/views/component/dept/index.vue
+++ b/src/views/component/dept/index.vue
@@ -1,6 +1,6 @@
 <template>
   <div style="padding: 10px;">
-        <el-drawer title="鏌ヨ" :visible.sync="searchOpen" :with-header="false" size="650px" style="z-index: 2005;">
+    <el-drawer title="鏌ヨ" :visible.sync="searchOpen" :with-header="false" size="650px" style="z-index: 2005;">
       <div style="padding: 50px; width: 630px;">
         <div class="searchText">
           <div style="font-size: 18px;">QUICK SEARCH</div>
@@ -9,11 +9,9 @@
         </div>
       </div>
     </el-drawer>
-
-   <div>
-        <el-button type="primary" icon="el-icon-help"  @click="handleSearch">鎼� 绱�</el-button>
-  
-</div>
+    <div>
+      <el-button type="primary" icon="el-icon-help" @click="handleSearch">鎼� 绱�</el-button>
+    </div>
     <el-table v-loading="loading" :data="tableData" ref="deptTable" max-height="550"
       @selection-change="handleSelectionChange" show-summary border @row-click="handleRowClick" :row-style="rowStyle"
       @cell-dblclick="handleDblclick">
@@ -99,7 +97,7 @@
   },
 
   methods: {
-        //鎵撳紑渚ц竟鎼滅储寮圭獥
+    //鎵撳紑渚ц竟鎼滅储寮圭獥
     handleSearch() {
       this.searchOpen = true
     },
@@ -107,7 +105,7 @@
     getList() {
       let sWhere = ''
       this.loading = true
-      axios.get(this.baseURL + '/Gy_Department/list', {
+      axios.get(this.$baseUrl + '/Gy_Department/list', {
         params: { "sWhere": sWhere, "user": this.user, "Organization": '娴欐睙鏅轰簯杩堟��' },
       }).then(response => {
         if (response.data.count == 1) {

--
Gitblit v1.9.1