guanqb
2023-05-27 8f4ab68d04f4a2b2524d0a253d9496f31899347a
首页人口列表增加身份证筛选
1 files modified
8 ■■■■■ changed files
src/views/home/components/dialog/areaDetailsBox.vue 8 ●●●●● patch | view | raw | blame | history
src/views/home/components/dialog/areaDetailsBox.vue
@@ -11,6 +11,10 @@
                联系电话:
                <input type="text" v-model="peopleCallPhone" placeholder="请输入联系电话" />
            </div>
            <div>
                身份证号:
                <input type="text" v-model="peopleCardID" placeholder="请输入身份证号" />
            </div>
            <el-button type="primary" icon="el-icon-search" @click="searchPeopleDetail">搜索</el-button>
            <el-button type="primary" icon="el-icon-delete" @click="clearPeopleDetailSearchValue">清空</el-button>
        </div>
@@ -69,6 +73,7 @@
            peoplePoliceName: '',
            peopleCallPhone: '',
            peopleCardID: '',
            peopleInfoList: [],
            peoplePage: {
                total: 0,
@@ -91,6 +96,7 @@
        personInfoClose () {
            this.peoplePoliceName = ''
            this.peopleCallPhone = ''
            this.peopleCardID = ''
            this.peoplePage.currentPage = 1
            this.peopleInfoList = []
@@ -115,6 +121,7 @@
        clearPeopleDetailSearchValue () {
            this.peoplePoliceName = ''
            this.peopleCallPhone = ''
            this.peopleCardID = ''
            this.peoplePage.currentPage = 1
            this.peopleInfoList = []
            this.getPersonInfoPage(1)
@@ -144,6 +151,7 @@
                areaId: this.peopleSearchQuery.id,
                realName: this.peoplePoliceName,
                phone: this.peopleCallPhone,
                cardNo: this.peopleCardID,
                current: this.peoplePage.currentPage,
                size: this.peoplePage.pageSize
            }).then(res => {