mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-08-08 18:42:42 +08:00
描述:同意会议室服务协议
This commit is contained in:
parent
54124297bc
commit
ba9882a3a3
@ -167,6 +167,15 @@ Page({
|
|||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (!_this.data.protocolFlag) {
|
||||||
|
// 错误提示
|
||||||
|
Notify({
|
||||||
|
type: 'danger',
|
||||||
|
message: `请同意${_this.data.protocolTitle}!`
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
saveMeetingRecordRq({
|
saveMeetingRecordRq({
|
||||||
"roomContentId": _this.data.meetingRoomId,
|
"roomContentId": _this.data.meetingRoomId,
|
||||||
"userId": _this.data.userData.id,
|
"userId": _this.data.userData.id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user