| | |
| | | this.fetch({ |
| | | empNumb: this.queryParams.empNumb, |
| | | empName: this.queryParams.empNumb, |
| | | deptName: this.queryParams.empNumb |
| | | deptName: this.queryParams.empNumb, |
| | | certificateNumb: this.queryParams.empNumb, |
| | | nativePlaceName: this.queryParams.empNumb, |
| | | censusAddress: this.queryParams.empNumb, |
| | | empStatus: this.queryParams.empStatus |
| | | }) |
| | | }, |
| | | resetSearch() { |
| | | this.queryParams = { |
| | | empNumb: '', |
| | | empName: '', |
| | | deptName: '' |
| | | deptName: '', |
| | | certificateNumb: '', |
| | | nativePlaceName: '', |
| | | censusAddress: '', |
| | | empStatus: [] |
| | | } |
| | | this.search() |
| | | }, |