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.dataForm = {}
this.time = [] this.time = []
this.quillEditor.root.innerHTML = '' this.quillEditor.root.innerHTML = ''
this.dataForm.communityId = this.dataForm.streetId = this.dataForm.gridId = null
this.communityList = this.gridList = []
} }
}) })
}).catch(() => { }) }).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) { } else if (this.$store.state.user.superAdmin === 1) {
this.deptListTreeSetDefaultHandle() this.deptListTreeSetDefaultHandle()
} }
if (this.dataForm.id) {
} else {
this.dataForm.partyCode = ''
}
}) })
}) })
this.getSecondOrgDicList() this.getSecondOrgDicList()

Loading…
Cancel
Save