BUG 27402
This commit is contained in:
@@ -339,13 +339,13 @@ export default {
|
||||
|
||||
});
|
||||
},
|
||||
noticeMetting(meetingId) {
|
||||
noticeMetting(meetingUserId) {
|
||||
this.instance.post(`/app/appmeetinginfo/notice`, null,
|
||||
{
|
||||
params: {
|
||||
meetingId: this.detail.id,
|
||||
noticeALL: !meetingId,
|
||||
meetingUserId: ''
|
||||
noticeALL: !meetingUserId,
|
||||
meetingUserId
|
||||
}
|
||||
}
|
||||
).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user