|
@@ -35,7 +35,7 @@
|
|
|
value="TEMPORARY"></el-option> -->
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
- <el-form-item prop="organId">
|
|
|
+ <!-- <el-form-item prop="organId">
|
|
|
<el-select
|
|
|
v-model.trim="searchForm.organId"
|
|
|
clearable
|
|
@@ -49,7 +49,7 @@
|
|
|
:value="item.id"
|
|
|
></el-option>
|
|
|
</el-select>
|
|
|
- </el-form-item>
|
|
|
+ </el-form-item> -->
|
|
|
<el-form-item prop="roleId">
|
|
|
<!-- multiple -->
|
|
|
<el-select
|
|
@@ -112,13 +112,13 @@
|
|
|
{{ scope.row.jobNature | jobNature }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="所属分部">
|
|
|
+ <!-- <el-table-column align="center" label="所属分部">
|
|
|
<template slot-scope="scope">
|
|
|
<tooltip
|
|
|
:content="scope.row.organNameList | joinArray(',')"
|
|
|
></tooltip>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column
|
|
|
align="center"
|
|
|
label="状态"
|
|
@@ -607,7 +607,7 @@ export default {
|
|
|
phone: null,
|
|
|
roleIds: [],
|
|
|
deptId: null, // 社保分部
|
|
|
- organIdLists: [],
|
|
|
+ // organIdLists: [],
|
|
|
postDeptIds: [
|
|
|
{
|
|
|
postId: null,
|
|
@@ -713,7 +713,7 @@ export default {
|
|
|
|
|
|
let tempForm = {
|
|
|
postDeptIds: JSON.stringify(tempPost),
|
|
|
- organIdList: organIdLists.join(","),
|
|
|
+ // organIdList: organIdLists.join(","),
|
|
|
deptIds: tempDeptIds,
|
|
|
deptId: tempDeptId,
|
|
|
tenantId:-1,
|