选择部门数据回显
This commit is contained in:
@@ -230,9 +230,9 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
uni.setStorageSync('sendType', this.form.sendType)
|
|
||||||
this.areaId = this.user.areaId
|
this.areaId = this.user.areaId
|
||||||
this.areaName = this.user.areaName
|
this.areaName = this.user.areaName
|
||||||
|
uni.setStorageSync('selectDeptUser', [])
|
||||||
// uni.$on('selectTag', res => {
|
// uni.$on('selectTag', res => {
|
||||||
// this.tagIdList = res.tagIdList
|
// this.tagIdList = res.tagIdList
|
||||||
// this.areaIdList = res.areaIdList
|
// this.areaIdList = res.areaIdList
|
||||||
|
|||||||
Reference in New Issue
Block a user