|
|
@@ -19,6 +19,15 @@
|
|
|
@keydown.enter.native="handleQueryEnter"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
+ <el-form-item label="企微员工部门" prop="deptName">
|
|
|
+ <el-input
|
|
|
+ v-model="queryParams.deptName"
|
|
|
+ placeholder="请输入企微员工部门"
|
|
|
+ clearable
|
|
|
+ size="small"
|
|
|
+ @keydown.enter.native="handleQueryEnter"
|
|
|
+ />
|
|
|
+ </el-form-item>
|
|
|
|
|
|
<el-form-item>
|
|
|
<el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
|
|
|
@@ -86,6 +95,7 @@ export default {
|
|
|
qwUserId: null,
|
|
|
companyId: null,
|
|
|
companyUserId: null,
|
|
|
+ deptName: null,
|
|
|
corpId: null,
|
|
|
nickName: null
|
|
|
},
|