|
|
|
@ -181,9 +181,9 @@
|
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in nameList" |
|
|
|
|
:key="item.value" |
|
|
|
|
:label="item.label" |
|
|
|
|
:value="item.value" |
|
|
|
|
:key="item.housingEstateId" |
|
|
|
|
:label="item.name" |
|
|
|
|
:value="item.housingEstateId" |
|
|
|
|
> |
|
|
|
|
</el-option> |
|
|
|
|
</el-select> |
|
|
|
@ -494,7 +494,7 @@ export default {
|
|
|
|
|
submitForm(formName) { |
|
|
|
|
for (let i=0;i<this.nameList.length;i++){ |
|
|
|
|
if (this.ruleForm.name==this.nameList[i].name){ |
|
|
|
|
this.$set(this.params,'housingEstatesId',this.nameList[i].housingEstatesId) |
|
|
|
|
this.$set(this.params,'housingEstatesId',this.nameList[i].housingEstateId) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
this.$set(this.params,'name',this.ruleForm.name) |
|
|
|
|