@ -591,10 +591,10 @@ export default {
'Blade-Auth': 'bearer ' + getToken(),
'Blade-Requested-With': 'BladeHttpRequest'
}
getChildList(1, 100, '1858710780677984257').then(res => {
getChildList(1, 99999, '1858710780677984257').then(res => {
this.periodArr = res.data.data
})
getDeviceList({ current: 1, size: 100 }).then(res => {
getDeviceList({ current: 1, size: 99999 }).then(res => {
this.deviceList = res.data.data.records
this.deviceList.forEach(item => {
item.disabled = false