jiangping
2025-03-07 d5efc0139ee5b4c25f5adcd99f9376928608303d
admin/src/views/business/approvalConfiguration.vue
@@ -1,11 +1,11 @@
<template>
  <TableLayout>
  <TableLayout :style="'overflow: auto;height: 100%;'">
    <template v-slot:table-wrap>
      <el-tabs v-model="activeType" @tab-click="handleClick">
        <el-tab-pane label="普通访客" name="0"></el-tab-pane>
        <el-tab-pane label="施工访客" name="1"></el-tab-pane>
      </el-tabs>
      <div class="config">
      <div class="config"  >
        <div class="config_list">
          <div class="config_list_head">
            <span>配置流程</span>
@@ -316,7 +316,7 @@
    },
    // 获取组织树
    getfindCompanyTreePage() {
    getfindCompanyTreePage() {
      fetchList(2)
        .then(res => {
          if (res && res.length > 0) {
@@ -356,7 +356,7 @@
      this.$set(this.searchForm, 'erpOrgId', row.erpId)
      this.$set(this.searchForm, 'objIdsT', this.searchForm.objIds)
      console.log('searchForm.objIds', this.searchForm.objIds);
      this.getMemberList()
    },
    TransferSub() {