qushutong 6 years ago
parent
commit
99484a86de
  1. 2
      src/views/modules/news/news-publish.vue
  2. 4
      src/views/modules/sys/dept-add-or-update.vue

2
src/views/modules/news/news-publish.vue

@ -325,6 +325,8 @@ export default {
this.dataForm = {}
this.time = []
this.quillEditor.root.innerHTML = ''
this.dataForm.communityId = this.dataForm.streetId = this.dataForm.gridId = null
this.communityList = this.gridList = []
}
})
}).catch(() => { })

4
src/views/modules/sys/dept-add-or-update.vue

@ -117,6 +117,10 @@ export default {
} else if (this.$store.state.user.superAdmin === 1) {
this.deptListTreeSetDefaultHandle()
}
if (this.dataForm.id) {
} else {
this.dataForm.partyCode = ''
}
})
})
this.getSecondOrgDicList()

Loading…
Cancel
Save