This commit is contained in:
liuye
2022-06-27 09:35:04 +08:00
parent 149fc5a5d6
commit d5b4db9b38
3 changed files with 16 additions and 14 deletions

View File

@@ -214,6 +214,7 @@ export default {
this.$http.post("/app/pushmessage/addOrUpdate", params).then(res => {
if (res?.code == 0) {
this.$u.toast('发送成功')
uni.setStorageSync('selectDeptUser', [])
setTimeout(() => {
uni.navigateBack()
}, 500)