| | |
| | | showkeypersondetail (name) { |
| | | this.curLoading = true |
| | | this.keyPersonEmptyText = "" |
| | | this.keyPersonDetailArr = [] |
| | | |
| | | this.keyPersonVisible = true |
| | | this.keyPersonTitle = name |
| | |
| | | */ |
| | | searchPeopleDetail () { |
| | | this.curLoading = true |
| | | this.keyPersonDetailArr = [] |
| | | this.keyPersonEmptyText = "" |
| | | this.peoplePage.currentPage = 1 |
| | | this.getPersonInfoPage(2) |
| | |
| | | */ |
| | | clearPeopleDetailSearchValue () { |
| | | this.curLoading = true |
| | | this.keyPersonDetailArr = [] |
| | | this.keyPersonEmptyText = "" |
| | | this.peoplePoliceName = '' |
| | | this.peopleCallPhone = '' |
| | |
| | | */ |
| | | handlePersonPageChange (current) { |
| | | this.curLoading = true |
| | | this.keyPersonDetailArr = [] |
| | | this.keyPersonEmptyText = "" |
| | | this.peoplePage.currentPage = current |
| | | |