@ -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(() => { })
@ -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()