消息推送
This commit is contained in:
@@ -121,6 +121,9 @@ export default {
|
||||
// })
|
||||
// uni.$emit("selectDept", [this.selected].flat())
|
||||
console.log([this.selected].flat())
|
||||
if(![this.selected].flat().length) {
|
||||
return this.$u.toast('请选择部门或人员')
|
||||
}
|
||||
uni.$emit("pagePicker:custom", [this.selected].flat())
|
||||
uni.setStorageSync('selectDeptUser', [this.selected].flat())
|
||||
uni.navigateTo({url: `./selectTag`})
|
||||
|
||||
Reference in New Issue
Block a user