|
@@ -9,7 +9,7 @@
|
|
placeholder="员工编号/姓名/手机号"
|
|
placeholder="员工编号/姓名/手机号"
|
|
></el-input>
|
|
></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
- <!-- <el-form-item prop="organId">
|
|
|
|
|
|
+ <el-form-item prop="organId">
|
|
<el-select
|
|
<el-select
|
|
class="multiple"
|
|
class="multiple"
|
|
v-model.trim="searchForm.organId"
|
|
v-model.trim="searchForm.organId"
|
|
@@ -25,7 +25,7 @@
|
|
:value="item.id"
|
|
:value="item.id"
|
|
></el-option>
|
|
></el-option>
|
|
</el-select>
|
|
</el-select>
|
|
- </el-form-item> -->
|
|
|
|
|
|
+ </el-form-item>
|
|
<el-form-item>
|
|
<el-form-item>
|
|
<el-button @click="search" type="primary">搜索</el-button>
|
|
<el-button @click="search" type="primary">搜索</el-button>
|
|
<el-button @click="onReSet" type="danger">重置</el-button>
|
|
<el-button @click="onReSet" type="danger">重置</el-button>
|