Merge remote-tracking branch 'origin/dev' into dev

# Conflicts:
#	src/apps/AppMeetingNotice/belongToMe.vue
#	src/apps/AppMeetingNotice/detail.vue
This commit is contained in:
wanglei
2021-12-13 13:46:57 +08:00
7 changed files with 657 additions and 672 deletions

View File

@@ -166,7 +166,7 @@ export default {
}).then(res => {
this.change(res?.userList || [])
this.clickedUserSelect = false
}).catch(()=>{
}).catch(() => {
this.clickedUserSelect = false
})
},