Ver código fonte

[producer] Correctif bug affichage iPhone

master
Guillaume 4 anos atrás
pai
commit
b923d5e55e
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      producer/web/js/vuejs/order-order.js

+ 1
- 1
producer/web/js/vuejs/order-order.js Ver arquivo

@@ -214,7 +214,7 @@ var app = new Vue({
},
dayClickList: function(event) {
var dateStr = event.currentTarget.getAttribute('data-distribution-date') ;
var dateObject = Date.parse(String(dateStr));
var dateObject = Date.parse(String(dateStr+""));
if(this.isAvailableDate(dateObject)) {
this.dayClickEvent(dateObject) ;
}

Carregando…
Cancelar
Salvar