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

[Backend] Distribution : correctif commentaire à null lors de la modification d'une commande

refactoring
Guillaume преди 2 години
родител
ревизия
a0bfdccfbf
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      backend/web/js/vuejs/distribution-index.js

+ 1
- 1
backend/web/js/vuejs/distribution-index.js Целия файл

@@ -713,7 +713,7 @@ Vue.component('order-form',{
data.append('idUser', this.order.id_user) ;
data.append('username', ''+this.order.username) ;
data.append('products', JSON.stringify(this.order.productOrder)) ;
data.append('comment', this.order.comment) ;
data.append('comment', this.order.comment && this.order.comment.length ? this.order.comment : '') ;
data.append('processCredit', processCredit) ;

axios.post(UrlManager.getBaseUrlAbsolute()+"order/ajax-update",data)

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