Browse Source

Update index.vue

lex-xin 3 years ago
parent
commit
27fd39a6f7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/HumanResources/index.vue

+ 2 - 1
src/views/HumanResources/index.vue

@@ -108,7 +108,7 @@
           >
           </el-date-picker>
         </el-form-item>
-        <el-form-item prop="searchForm">
+        <el-form-item prop="hrbp">
           <!-- <el-input
             placeholder="归属管理HR"
             v-model.trim="searchForm.operator"
@@ -503,6 +503,7 @@ const initSearch = {
   operator: "",
   dates: [],
   intentionCity: '',
+  hrbp: ''
 };
 export default {
   components: { pagination, hrform, saveform },