luoyb
2021-03-09 0479c579d02b783dd34a9f93848ff4ff8210cab2
src/views/user/search.vue
@@ -1947,7 +1947,8 @@
        archivesStatus: [],
        insuranceType: [],
        empStatus: [],
        empType: []
        empType: [],
        baseKey: ''
      }, // 查询参数
      sort: {}, // 排序
      pagination: { // 分页参数
@@ -2455,9 +2456,7 @@
    },
    vagueSearch() {
      this.fetch({
        empNumb: this.queryParams.vague,
        empName: this.queryParams.vague,
        deptName: this.queryParams.vague,
        baseKey: this.queryParams.vague,
        delFlag: 0
      })
    },