Browse Source

通知管理页面修改

master
yujintao 6 years ago
parent
commit
4e67cd9bc5
  1. 2
      src/views/modules/news/notice-add-or-update.vue

2
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)

Loading…
Cancel
Save