| | |
| | | <el-button @click="searchBtn" icon="el-icon-search" class="bjnr-btn">搜索</el-button> |
| | | <el-button @click="clearRow" icon="el-icon-delete" class="bjnr-btn">清除</el-button> |
| | | </div> |
| | | <div class="search-item-box" style="justify-content: center;"> |
| | | <div class="search-item-box" style="justify-content: flex-start;"> |
| | | <el-button @click="filterBtn" icon="el-icon-notebook-2" class="bjnr-btn" |
| | | :class="{ isOneClick: criminalRecordFlag == 1 }">有前科({{ scycNum ? scycNum : |
| | | '0' |
| | |
| | | resetSearch () { |
| | | this.pages.current = 1 |
| | | this.keyword = '' |
| | | this.criminalRecordFlag = '' |
| | | this.getCountByType() |
| | | this.getPlacePractitionerPage() |
| | | }, |