测试问题修改

master
zhangdi 11 months ago
parent 22fc65bf24
commit 49a6c09f1b
  1. 4
      src/views/businessManagement/inspection/task.vue

@ -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

Loading…
Cancel
Save