居住社区 修改
This commit is contained in:
parent
cf6cb4aee1
commit
49e5434487
@ -635,6 +635,7 @@ export default {
|
||||
clickcode2(item) {
|
||||
this.form.areaCode = Number(item.areaCode);
|
||||
console.log(this.form);
|
||||
this.$forceUpdate()
|
||||
|
||||
},
|
||||
clickcode(item, index) {
|
||||
@ -968,8 +969,9 @@ export default {
|
||||
if (this.form.id != null) {
|
||||
updateCommunityInfo(this.form).then((response) => {
|
||||
this.$modal.msgSuccess("修改成功");
|
||||
this.open2 = false;
|
||||
this.open = false;
|
||||
this.open2 = false;
|
||||
|
||||
this.getList();
|
||||
});
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user