linwei
2026-03-13 470ec2f5d321d6a6ab975985ae6c8c36b492bded
查询优化
1 files modified
18 ■■■■ changed files
src/views/home/components/dialog/keyPersonBox.vue 18 ●●●● patch | view | raw | blame | history
src/views/home/components/dialog/keyPersonBox.vue
@@ -405,15 +405,15 @@
     * @return {*}
     */
    searchPeopleDetail () {
      this.peoplePoliceName = ''
      this.peopleCallPhone = ''
      this.policePhone = ''
      this.areaName = []
      this.community = ''
      this.policeName = []
      this.curLoading = true
      this.keyPersonDetailArr = []
      this.keyPersonEmptyText = ""
      // this.peoplePoliceName = ''
      // this.peopleCallPhone = ''
      // this.policePhone = ''
      // this.areaName = []
      // this.community = ''
      // this.policeName = []
      // this.curLoading = true
      // this.keyPersonDetailArr = []
      // this.keyPersonEmptyText = ""
      this.peoplePage.currentPage = 1
      this.getPersonInfoPage(2)
    },