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