| | |
| | | <el-form-item label="" prop="keyword"> |
| | | <el-input v-model="searchForm.keyword" placeholder="请输入姓名/手机号/工号" @keypress.enter.native="search"></el-input> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="" prop="positionId"> |
| | | <el-select v-model="searchForm.positionId" clearable filterable placeholder="岗位"> |
| | | <el-option v-for="item in positionList" :key="item.id" :label="item.name" :value="item.id"> |
| | |
| | | this.getPositionList() |
| | | }, |
| | | mounted() { |
| | | this.$nextTick(() => { |
| | | /* this.$nextTick(() => { |
| | | this.tableHeight = document.body.scrollHeight - this.$refs.QueryFormRef.offsetHeight - 276 |
| | | }) |
| | | })*/ |
| | | }, |
| | | methods: { |
| | | startEmpowerBatch() { |