|
|
@@ -5,7 +5,7 @@
|
|
|
<el-form :inline="true" :model="filters">
|
|
|
<div>
|
|
|
<el-form-item>
|
|
|
- <el-button>Order ID</el-button>
|
|
|
+ <el-button>Position ID</el-button>
|
|
|
</el-form-item>
|
|
|
<el-form-item>
|
|
|
<el-input v-model="filters.orderid" placeholder="订单号" :disabled="lock_order"></el-input>
|
|
|
@@ -490,12 +490,13 @@
|
|
|
this.listLoading = false;
|
|
|
this.display_table = true;
|
|
|
}else{
|
|
|
-
|
|
|
+ this.total = 0;
|
|
|
+ this.users=[];
|
|
|
+ this.userdata=[];
|
|
|
// 失败就清除所有的用户信息
|
|
|
this.$message.error(msg);
|
|
|
this.listLoading = false;
|
|
|
- this.users=[];
|
|
|
- this.userdata=[];
|
|
|
+
|
|
|
|
|
|
}
|
|
|
} else {
|
|
|
@@ -828,7 +829,7 @@
|
|
|
//this.socket = new WebSocket('ws://47.106.182.13:12382');
|
|
|
//this.socket = new WebSocket('ws://154.218.25.112:12381');
|
|
|
//this.socket = new WebSocket('ws://120.25.77.133:12382');
|
|
|
- this.socket = new WebSocket('ws://154.206.44.109:12381');
|
|
|
+ this.socket = new WebSocket('ws://154.206.44.109:12380');
|
|
|
//连接成功后的回调函数
|
|
|
this.socket.onopen = function () {
|
|
|
clearInterval(_that_.reConnect);
|
|
|
@@ -1116,7 +1117,6 @@
|
|
|
this.userdata = this.users.slice((this.page-1)*this.page_size,this.page*this.page_size);
|
|
|
this.listLoading = false;
|
|
|
this.display_table = true;
|
|
|
- var datas = user;
|
|
|
_this.sels = user;
|
|
|
|
|
|
for (let index = 0; index < _this.sels.length; index++) {
|
|
|
@@ -1176,6 +1176,7 @@
|
|
|
// 失败就清除所有的用户信息
|
|
|
this.$message.error(msg);
|
|
|
this.listLoading = false;
|
|
|
+ this.total =0;
|
|
|
this.users=[];
|
|
|
this.userdata=[];
|
|
|
|