wangyi
2026-01-19 7fb0a8f0ab16c149484bf043754cd10cfa94de2f
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) {