Commit e7a46075 by huangqy

111

parent a9669159
......@@ -300,7 +300,7 @@ export default {
},
websocketOnopen(e) {
console.log('WebSocket连接建立');
this.websock.send(JSON.stringify( {CmdType: 4,Content: JSON.stringify( { epc: row.studentNo, len: 4, offset: 1, password: '00000000' }) }))
this.websock.send(JSON.stringify( {CmdType: 4,Content: JSON.stringify( { epc: this.selectRow.studentNo, len: 4, offset: 1, password: '00000000' }) }))
},
websocketOnerror: function (e) {
console.log("WebSocket连接发生错误");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论