mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 23:11:24 +08:00
Fixed StaffManagement can not get table bug
This commit is contained in:
@@ -242,8 +242,8 @@ export default {
|
||||
searchType: this.searchType,
|
||||
searchInput: this.searchInput,
|
||||
searchGender: this.searchGender,
|
||||
searchBirthFrom: this.searchBirth ? this.searchBirth[0] : null,
|
||||
searchBirthTo: this.searchBirth ? this.searchBirth[1] : null
|
||||
searchBirthFrom: this.searchBirth ? this.searchBirth[0] ?? null : null,
|
||||
searchBirthTo: this.searchBirth ? this.searchBirth[1] ?? null : null
|
||||
})
|
||||
.then((res) => {
|
||||
const response = res.data
|
||||
|
||||
Reference in New Issue
Block a user