BUG 27402

This commit is contained in:
aixianling
2022-02-14 18:19:10 +08:00
parent bec0762630
commit 31a496e6b3

View File

@@ -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 => {