value
2024-05-17 89b0631bca9492e7cd3234d41967af8a7f0c251d
增加人事系统对接
已修改1个文件
4 ■■■■ 文件已修改
src/components/view/person-manage.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/person-manage.vue
@@ -175,7 +175,7 @@
          <el-button size="small" type="primary" @click="refreshTable()">查 询</el-button>
        </div>
        <div class="search_thing" style="display: flex;justify-content: right;margin-right: 10px;">
          <el-button size="small" type="primary" @click="openthirdParty" v-if="selectCompaniesList">获取三方人员</el-button>
          <el-button size="small" type="primary" @click="openthirdParty" v-if="addUserPower">获取三方人员</el-button>
          <el-button size="small" type="primary" @click="opeaAdd" v-if="addPower">新增用户</el-button>
        </div>
      </div>
@@ -477,7 +477,7 @@
          if (power[i].menuMethod == 'delDepartment') {
            delStandardTree = true
          }
          if (power[i].menuMethod == 'addPersonUser') {
          if (power[i].menuMethod == 'selectCompaniesList') {
            addUserPower = true
          }
        }