guhongwei 3 سال پیش
والد
کامیت
2577032075
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/customer/index.vue

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

@@ -174,7 +174,7 @@ export default {
       console.log('in function:');
       console.log('in function:');
       const time = 5000; //1min 600000
       const time = 5000; //1min 600000
       setInterval(() => {
       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);
       }, time);
     },
     },
     getTime(item) {
     getTime(item) {