Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_v2/dvcp_v2_webapp into dev
This commit is contained in:
@@ -338,16 +338,12 @@ export default {
|
|||||||
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
noticeMetting(meetingId) {
|
noticeMetting(meetingUserId) {
|
||||||
this.instance.post(`/app/appmeetinginfo/notice`, null,
|
this.instance.post(`/app/appmeetinginfo/notice`, null, {
|
||||||
{
|
|
||||||
params: {
|
params: {
|
||||||
meetingId: this.detail.id,
|
meetingId: this.detail.id, noticeALL: !meetingUserId, meetingUserId
|
||||||
noticeALL: meetingId ? false : true,
|
|
||||||
meetingUserId: ''
|
|
||||||
}
|
}
|
||||||
}
|
}).then(res => {
|
||||||
).then(res => {
|
|
||||||
if (res && res.code == 0) {
|
if (res && res.code == 0) {
|
||||||
this.$message.success("提醒成功!")
|
this.$message.success("提醒成功!")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user