| src/store/modules/home.js | ●●●●● patch | view | raw | blame | history | |
| src/views/Home/HomeLeft/MachineNestList.vue | ●●●●● patch | view | raw | blame | history |
src/store/modules/home.js
@@ -74,6 +74,7 @@ window.localStorage.setItem('bs_osd', JSON.stringify(info)) }, setWsMessage: (state, data) => { console.log(data, '看看值') state.wsMessage = data.host; }, setDeviceInfo: (state, data) => { src/views/Home/HomeLeft/MachineNestList.vue
@@ -71,7 +71,6 @@ if (res.data.code !== 0) return tableList.value = res.data.data.records pageParams.value.total = res.data.data.total console.log('标题', tableList.value) }) }