From 4e67cd9bc5b2d47c9f03408e84791246996daf2f Mon Sep 17 00:00:00 2001 From: yujintao Date: Fri, 6 Sep 2019 15:40:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/news/notice-add-or-update.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/news/notice-add-or-update.vue b/src/views/modules/news/notice-add-or-update.vue index a25a60f4..befa8967 100644 --- a/src/views/modules/news/notice-add-or-update.vue +++ b/src/views/modules/news/notice-add-or-update.vue @@ -249,7 +249,7 @@ export default { let choosenItem = this.streetList.filter(item => item.id === this.dataForm.streetId)[0] this.dataForm.street = choosenItem.name // 清空社区与网格的变量值 - this.dataForm.communityId = this.dataForm.gridId = this.dataForm.community = this.grid = null + this.dataForm.communityId = this.dataForm.gridId = this.dataForm.community = this.dataForm.grid = null this.communityList = this.gridList = [] // 获取街道下属社区 this.getDeptInfoList('community', this.dataForm.streetId)