This commit is contained in:
SelfRidicule 2024-03-19 15:11:11 +08:00
parent cf28c9fcf8
commit 98e6e03ed8

View File

@ -78,6 +78,7 @@ Page({
getCustomerTicketRq({ getCustomerTicketRq({
"userId": _this.data.userData.id, "userId": _this.data.userData.id,
"customerId": _this.data.userData.icsCustomerId, "customerId": _this.data.userData.icsCustomerId,
"meetingId": _this.data.meetingRoomId,
"type": '1' "type": '1'
}).then(res => { }).then(res => {
let nowTime = new Date().getTime(); let nowTime = new Date().getTime();