| | |
| | | <el-form-item label="户主姓名/身份证号"> |
| | | <el-input v-model="queryParams.headOrIdCard" placeholder="请输入" clearable size="small" /> |
| | | </el-form-item> |
| | | <el-form-item label="家庭成员姓名"> |
| | | <el-input v-model="queryParams.familyNames" placeholder="请输入" clearable size="small" /> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button type="primary" icon="el-icon-search" size="small" @click="handleQuery">查询</el-button> |
| | | <el-button icon="el-icon-refresh" size="small" @click="resetQuery">重置</el-button> |
| | |
| | | projectName: undefined, |
| | | community: undefined, |
| | | headOrIdCard: undefined, |
| | | familyNames: undefined, |
| | | }, |
| | | // 详情弹窗 |
| | | detailDialogVisible: false, |
| | |
| | | projectName: undefined, |
| | | community: undefined, |
| | | headOrIdCard: undefined, |
| | | familyNames: undefined, |
| | | }; |
| | | this.getList(); |
| | | }, |
| | |
| | | detailData: {}, |
| | | loading: false, |
| | | form: { |
| | | status: "pass", |
| | | status: "1", |
| | | reason: "", |
| | | }, |
| | | queryParams: { |
| | |
| | | }, |
| | | resetForm() { |
| | | this.form = { |
| | | status: "pass", |
| | | status: "1", |
| | | reason: "", |
| | | }; |
| | | }, |
| | |
| | | <el-form-item label="户主姓名"> |
| | | <el-input v-model="queryParams.householdHead" size="small" placeholder="请输入" clearable></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="家庭成员姓名"> |
| | | <el-input v-model="queryParams.familyNames" size="small" placeholder="请输入" clearable></el-input> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button type="primary" size="small" @click="handleQuery">查询</el-button> |
| | | <el-button type="primary" plain size="small" @click="handleReset">重置</el-button> |
| | |
| | | queryParams: { |
| | | pageNum: 1, |
| | | pageSize: 10, |
| | | |
| | | street: undefined, |
| | | community: undefined, |
| | | projectName: undefined, |
| | | householdHead: undefined |
| | | householdHead: undefined, |
| | | familyNames: undefined |
| | | }, |
| | | detailData: {}, |
| | | columns: [] |
| | |
| | | street: undefined, |
| | | community: undefined, |
| | | projectName: undefined, |
| | | householdHead: undefined |
| | | householdHead: undefined, |
| | | familyNames: undefined |
| | | } |
| | | this.getList() |
| | | }, |
| | |
| | | street: undefined, |
| | | community: undefined, |
| | | projectName: undefined, |
| | | householdHead: undefined |
| | | householdHead: undefined, |
| | | familyNames: undefined |
| | | } |
| | | this.$forceUpdate() |
| | | this.getList() |
| | |
| | | <el-input v-model="queryParams.headOrIdCard" placeholder="请输入" clearable style="width: 180px" |
| | | @keyup.enter.native="handleQuery" /> |
| | | </el-form-item> |
| | | <el-form-item label="家庭成员姓名" prop="familyNames"> |
| | | <el-input v-model="queryParams.familyNames" placeholder="请输入" clearable style="width: 180px" |
| | | @keyup.enter.native="handleQuery" /> |
| | | </el-form-item> |
| | | <el-form-item label="安置状态" prop="status"> |
| | | <el-select v-model="queryParams.status" placeholder="请选择" style="width: 180px"> |
| | | <el-option label="未安置" :value="null" /> |
| | |
| | | headOrIdCard: undefined, |
| | | projectName: undefined, |
| | | street: undefined, |
| | | community: undefined |
| | | community: undefined, |
| | | familyNames: undefined |
| | | }, |
| | | headers: { |
| | | 'Authorization': 'Bearer ' + getToken(), |