湖南公安

This commit is contained in:
liuye
2022-06-15 14:26:38 +08:00
parent d2114c2193
commit 2b543c6d98
9 changed files with 67 additions and 10 deletions

View File

@@ -86,15 +86,12 @@ export default {
checkList.push(item)
}
})
if (!checkList.length) {
return this.$u.toast('请先选择部门')
} else {
uni.navigateBack({
success: () => {
uni.$emit("pagePicker:dept", checkList)
}
})
}
uni.navigateBack({
success: () => {
uni.$emit("pagePicker:dept", checkList)
}
})
}
},
}