居住社区 修改

This commit is contained in:
shidongli 2022-09-28 13:15:39 +08:00
parent cf6cb4aee1
commit 49e5434487

View File

@ -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 {