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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.2.23",
3
+ "version": "1.2.24",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -497,8 +497,8 @@
497
497
  this.getCurrentEmpId()
498
498
  return post(TicketDetailsViewApi.confirmTicket, {
499
499
  ticketId: this.ticketId,
500
- empId: this.empIdInDataBase,
501
- time: new Date()
500
+ time: new Date(),
501
+ empId: this.empIdInDataBase
502
502
  })
503
503
  .then(res => {
504
504
  if (res !== 0) {