|  | @@ -2,7 +2,7 @@
 | 
											
												
													
														|  |    <div class="tabs-container">
 |  |    <div class="tabs-container">
 | 
											
												
													
														|  |      <el-row :gutter="10">
 |  |      <el-row :gutter="10">
 | 
											
												
													
														|  |        <!--机构数据-->
 |  |        <!--机构数据-->
 | 
											
												
													
														|  | -      <el-col :span="4" :xs="24">
 |  | 
 | 
											
												
													
														|  | 
 |  | +      <el-col :span="showOrgTree?4:0" :xs="24">
 | 
											
												
													
														|  |          <org-tree
 |  |          <org-tree
 | 
											
												
													
														|  |            v-model="queryParams.orgId"
 |  |            v-model="queryParams.orgId"
 | 
											
												
													
														|  |            @defaultKey="getDefaultKey"
 |  |            @defaultKey="getDefaultKey"
 | 
											
										
											
												
													
														|  | @@ -11,7 +11,7 @@
 | 
											
												
													
														|  |          ></org-tree>
 |  |          ></org-tree>
 | 
											
												
													
														|  |        </el-col>
 |  |        </el-col>
 | 
											
												
													
														|  |        <!--table数据-->
 |  |        <!--table数据-->
 | 
											
												
													
														|  | -      <el-col :span="20" :xs="24">
 |  | 
 | 
											
												
													
														|  | 
 |  | +      <el-col :span="showOrgTree?20:24" :xs="24">
 | 
											
												
													
														|  |          <div class="main-right-box">
 |  |          <div class="main-right-box">
 | 
											
												
													
														|  |            <!--    搜索条件    -->
 |  |            <!--    搜索条件    -->
 | 
											
												
													
														|  |            <div class="main-search-box">
 |  |            <div class="main-search-box">
 | 
											
										
											
												
													
														|  | @@ -82,6 +82,7 @@
 | 
											
												
													
														|  |                      v-hasPermi="['system:time:export']">导出</el-button> -->
 |  |                      v-hasPermi="['system:time:export']">导出</el-button> -->
 | 
											
												
													
														|  |                </el-col>
 |  |                </el-col>
 | 
											
												
													
														|  |                <right-toolbar
 |  |                <right-toolbar
 | 
											
												
													
														|  | 
 |  | +                :showOrgTree.sync="showOrgTree"
 | 
											
												
													
														|  |                  :showSearch.sync="showSearch"
 |  |                  :showSearch.sync="showSearch"
 | 
											
												
													
														|  |                  size="mini"
 |  |                  size="mini"
 | 
											
												
													
														|  |                  @queryTable="getList"
 |  |                  @queryTable="getList"
 | 
											
										
											
												
													
														|  | @@ -208,6 +209,8 @@ export default {
 | 
											
												
													
														|  |        loading: false,
 |  |        loading: false,
 | 
											
												
													
														|  |        //选中的行
 |  |        //选中的行
 | 
											
												
													
														|  |        selectRow: null,
 |  |        selectRow: null,
 | 
											
												
													
														|  | 
 |  | +      //显示右边机构树
 | 
											
												
													
														|  | 
 |  | +      showOrgTree: true,
 | 
											
												
													
														|  |        // 显示搜索条件
 |  |        // 显示搜索条件
 | 
											
												
													
														|  |        showSearch: true,
 |  |        showSearch: true,
 | 
											
												
													
														|  |        // 用户表格数据
 |  |        // 用户表格数据
 |