描述:同意会议室服务协议

This commit is contained in:
SelfRidicule 2024-03-07 11:20:58 +08:00
parent 54124297bc
commit ba9882a3a3

View File

@ -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,