diff --git a/src/views/modules/base/community/communityTable.vue b/src/views/modules/base/community/communityTable.vue
index c579de9a7..31a6aed0d 100644
--- a/src/views/modules/base/community/communityTable.vue
+++ b/src/views/modules/base/community/communityTable.vue
@@ -8,6 +8,12 @@
size="small"
:loading="yhymLoading"
@click="handleYhymInfo">补全一房一码信息
+ 补全小程序小区码
8000) {
+ this.xcxmLoading = false
+ this.$message({
+ showClose: true,
+ message: msg,
+ duration: 0
+ })
+ } else {
+ this.xcxmLoading = false
+ this.$message.error(msg)
+ }
+ },
async handleEdit (row) {
this.formTitle = '修改小区'
this.formShow = true