This commit is contained in:
liuye
2022-06-27 11:53:17 +08:00
parent 239b69ceb2
commit 12a5f15c1f

View File

@@ -233,6 +233,7 @@ export default {
this.areaId = this.user.areaId this.areaId = this.user.areaId
this.areaName = this.user.areaName this.areaName = this.user.areaName
uni.setStorageSync('selectDeptUser', []) uni.setStorageSync('selectDeptUser', [])
uni.setStorageSync('messageSource', this.form.messageSource)
// uni.$on('selectTag', res => { // uni.$on('selectTag', res => {
// this.tagIdList = res.tagIdList // this.tagIdList = res.tagIdList
// this.areaIdList = res.areaIdList // this.areaIdList = res.areaIdList