guhongwei 4 年之前
父节点
当前提交
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:');
       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) {