luoyb
2021-02-18 631ee16a9e6ef06b955c3a0e310a14379edb7e85
feat(员工选择): 界面调整

1.可选择的员工为正式员工
2.每页记录数调整为20
1个文件已修改
7 ■■■■■ 已修改文件
src/views/user/selectuser.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/selectuser.vue
@@ -70,7 +70,7 @@
      queryParams: {}, // 查询参数
      sort: {}, // 排序
      pagination: { // 分页参数
        size: 5,
        size: 20,
        num: 1
      },
      list: [], // 给table显示的数据
@@ -86,8 +86,9 @@
  methods: {
    // 翻页方法
    search() {
      this.queryParams.empName = this.queryParams.empNumb
      this.queryParams.deptName = this.queryParams.empNumb
      // this.queryParams.empName = this.queryParams.empNumb
      // this.queryParams.deptName = this.queryParams.empNumb
      this.queryParams.delFlag = 0
      this.fetch({
        ...this.queryParams,
        ...this.sort