lrf402788946 4 vuotta sitten
vanhempi
commit
23b9086a32
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/customer/index.vue

+ 1 - 1
src/views/customer/index.vue

@@ -168,7 +168,7 @@ export default {
       console.log('in function:');
       const time = 5000; //1min 600000
       setInterval(() => {
-        this.online({ _tenant: this._tenant, customer_id: this.user.id });
+        this.online({ _tenant: this._tenant, customer_id: this.user.id, customer_name: this.user.name });
       }, time);
     },
     getTime(item) {