Commit c2a4e613 authored by 耿迪迪's avatar 耿迪迪

居民安检所属区域修改

parent 117419f8
......@@ -343,7 +343,7 @@
</el-col>
<el-col :span="6" style="padding-left: 8px">
<el-select v-model="form.community" multiple placeholder="所属小区(村)">
<el-select v-model="form.community" multiple @change="$forceUpdate()" placeholder="所属小区(村)">
<el-option
v-for="item in communityData"
:key="item.id"
......@@ -543,8 +543,7 @@ export default {
relationInfoList: [],
city: 1,
county: 8,
street:null,
community: []
street:null
};
this.resetForm("form");
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment