|
@ -29,6 +29,13 @@ |
|
|
clearable |
|
|
clearable |
|
|
></el-input> |
|
|
></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
<el-form-item label="现居住地址" prop="curliveAddressDetail"> |
|
|
|
|
|
<el-input |
|
|
|
|
|
v-model="dataForm.curliveAddressDetail" |
|
|
|
|
|
placeholder="现居住地址" |
|
|
|
|
|
clearable |
|
|
|
|
|
></el-input> |
|
|
|
|
|
</el-form-item> |
|
|
<el-form-item> |
|
|
<el-form-item> |
|
|
<el-button type="primary" @click="getDataList()">{{ $t("query") }}</el-button> |
|
|
<el-button type="primary" @click="getDataList()">{{ $t("query") }}</el-button> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
@ -188,7 +195,8 @@ export default { |
|
|
idCard: "", |
|
|
idCard: "", |
|
|
residentName: "", |
|
|
residentName: "", |
|
|
telephone: "", |
|
|
telephone: "", |
|
|
gridId:"" |
|
|
gridId:"", |
|
|
|
|
|
curliveAddressDetail:"" |
|
|
}, |
|
|
}, |
|
|
caLouDongOptions:[], |
|
|
caLouDongOptions:[], |
|
|
optionsG:[] |
|
|
optionsG:[] |
|
|