vue2-client 1.2.23 → 1.2.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -497,8 +497,8 @@
|
|
|
497
497
|
this.getCurrentEmpId()
|
|
498
498
|
return post(TicketDetailsViewApi.confirmTicket, {
|
|
499
499
|
ticketId: this.ticketId,
|
|
500
|
-
|
|
501
|
-
|
|
500
|
+
time: new Date(),
|
|
501
|
+
empId: this.empIdInDataBase
|
|
502
502
|
})
|
|
503
503
|
.then(res => {
|
|
504
504
|
if (res !== 0) {
|