1
guanqb
2023-04-06 b292aff5510de4ecfcd72071033605ca24d943d1
1
1 files modified
4 ■■■■ changed files
src/views/home/components/dialog/keyPersonBox.vue 4 ●●●● patch | view | raw | blame | history
src/views/home/components/dialog/keyPersonBox.vue
@@ -109,6 +109,7 @@
        showkeypersondetail (name) {
            this.curLoading = true
            this.keyPersonEmptyText = ""
            this.keyPersonDetailArr = []
            this.keyPersonVisible = true
            this.keyPersonTitle = name
@@ -199,6 +200,7 @@
         */
        searchPeopleDetail () {
            this.curLoading = true
            this.keyPersonDetailArr = []
            this.keyPersonEmptyText = ""
            this.peoplePage.currentPage = 1
            this.getPersonInfoPage(2)
@@ -210,6 +212,7 @@
         */
        clearPeopleDetailSearchValue () {
            this.curLoading = true
            this.keyPersonDetailArr = []
            this.keyPersonEmptyText = ""
            this.peoplePoliceName = ''
            this.peopleCallPhone = ''
@@ -225,6 +228,7 @@
         */
        handlePersonPageChange (current) {
            this.curLoading = true
            this.keyPersonDetailArr = []
            this.keyPersonEmptyText = ""
            this.peoplePage.currentPage = current