luoyb
2021-03-02 017fc69cc280304c0ab30db500ff2808c727b4ff
src/views/user/selectuser.vue
@@ -116,6 +116,8 @@
        empName: this.queryParams.empNumb,
        deptName: this.queryParams.empNumb,
        certificateNumb: this.queryParams.empNumb,
        nativePlaceName: this.queryParams.empNumb,
        censusAddress: this.queryParams.empNumb,
        empStatus: this.queryParams.empStatus
      })
    },
@@ -124,7 +126,10 @@
        empNumb: '',
        empName: '',
        deptName: '',
        certificateNumb: ''
        certificateNumb: '',
        nativePlaceName: '',
        censusAddress: '',
        empStatus: []
      }
      this.search()
    },