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