Преглед на файлове

[producer] Correctif bug affichage iPhone

master
Guillaume преди 4 години
родител
ревизия
9057f54872
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      producer/web/js/vuejs/order-order.js

+ 1
- 1
producer/web/js/vuejs/order-order.js Целия файл

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

Loading…
Отказ
Запис