This commit is contained in:
yanran200730
2022-02-14 18:22:57 +08:00

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