shuishen
2023-04-06 bbfc18605475a271961f1b01b338109052a3df8d
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
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