协同宣发
This commit is contained in:
@@ -657,6 +657,17 @@ export default {
|
||||
uni.removeStorageSync('checkedList')
|
||||
},
|
||||
|
||||
getExamines(list) {
|
||||
this.form.examines = list?.map(e => {
|
||||
return {
|
||||
...e,
|
||||
examineUserId: e.id,
|
||||
examineUserName: e.name
|
||||
}
|
||||
})
|
||||
uni.setStorageSync('selectDeptUser', list)
|
||||
},
|
||||
|
||||
},
|
||||
watch: {
|
||||
type: {
|
||||
@@ -683,6 +694,7 @@ export default {
|
||||
uni.setStorageSync('sendScope', [])
|
||||
uni.setStorageSync('wxGroupsUser', [])
|
||||
uni.setStorageSync('selectDeptUser', [])
|
||||
uni.setStorageSync('deptList', [])
|
||||
},
|
||||
onShow() {
|
||||
this.form.wxGroups = uni.getStorageSync('wxGroupsUser') || []
|
||||
|
||||
@@ -118,7 +118,7 @@ export default {
|
||||
onShow() {
|
||||
// 网格或者部门
|
||||
this.selectedUser = uni.getStorageSync('girdSelect') || []
|
||||
this.deptListArr = uni.getStorageSync('deptList') || []
|
||||
this.deptListArr = uni.getStorageSync('deptList') || []
|
||||
|
||||
// 添加时间
|
||||
this.startTime = uni.getStorageSync('startTime')
|
||||
|
||||
@@ -122,7 +122,7 @@ export default {
|
||||
return this.$u.toast('请选择审核人员')
|
||||
}
|
||||
uni.$emit("pagePicker:custom", [this.selected].flat())
|
||||
uni.setStorageSync('selectDeptUser', [this.selected].flat())
|
||||
// uni.setStorageSync('selectDeptUser', [this.selected].flat())
|
||||
uni.navigateBack()
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user