Commit eb63d37cf8b36d8958ea8c446ea3740c83cfbdf5
1 parent
86afb719
1.补充提交
Showing
2 changed files
with
2 additions
and
2 deletions
src/components/Common/CommonBillEvent.js
| @@ -2071,7 +2071,7 @@ export default (ChildComponent) => { | @@ -2071,7 +2071,7 @@ export default (ChildComponent) => { | ||
| 2071 | }; | 2071 | }; |
| 2072 | // 检查WebSocket连接状态 | 2072 | // 检查WebSocket连接状态 |
| 2073 | const isWebSocketConnected = app.webSocket && app.webSocket.readyState === 1; // 1表示连接正常 | 2073 | const isWebSocketConnected = app.webSocket && app.webSocket.readyState === 1; // 1表示连接正常 |
| 2074 | - console.log('检查WebSocket连接状态', isWebSocketConnected); | 2074 | + console.log('检查WebSocket连接状态', isWebSocketConnected, app.webSocket); |
| 2075 | if (isWebSocketConnected) { | 2075 | if (isWebSocketConnected) { |
| 2076 | // 发送WebSocket消息 | 2076 | // 发送WebSocket消息 |
| 2077 | this.props.handleSendSocketMessage('update', 'showMsg', currentId, userinfo.sId, null, null); | 2077 | this.props.handleSendSocketMessage('update', 'showMsg', currentId, userinfo.sId, null, null); |
src/components/Common/commonBusiness.js
| @@ -2132,7 +2132,7 @@ export function handleGetChanged(props) { | @@ -2132,7 +2132,7 @@ export function handleGetChanged(props) { | ||
| 2132 | if(commonUtils.isNotEmptyObject(tableConfig)) { | 2132 | if(commonUtils.isNotEmptyObject(tableConfig)) { |
| 2133 | const tableData = props[name +'Data']; /* 动态配置 */ | 2133 | const tableData = props[name +'Data']; /* 动态配置 */ |
| 2134 | const tableDelData = props[name +'DelData']; /* 动态配置 */ | 2134 | const tableDelData = props[name +'DelData']; /* 动态配置 */ |
| 2135 | - console.log('tableData', tableData); | 2135 | + |
| 2136 | if(commonUtils.isNotEmptyArr(tableDelData)) { | 2136 | if(commonUtils.isNotEmptyArr(tableDelData)) { |
| 2137 | bChanged = true; | 2137 | bChanged = true; |
| 2138 | break; | 2138 | break; |