Merge branch 'refs/heads/feature/v5.0/5.0.2' into feature/v5.0/5.0.3
| | |
| | | }) |
| | | } |
| | | //机巢查询 |
| | | export const selectDeviceList = params => { |
| | | export const selectDeviceList = data => { |
| | | return request({ |
| | | url: `/drone-device-core/aiTmp/devices`, |
| | | method: 'get', |
| | | params, |
| | | data: data, |
| | | }) |
| | | } |
| | |
| | | const getDeviceList = () => { |
| | | console.log('userAreaCode',userAreaCode.value); |
| | | // { areaCode: userAreaCode.value } |
| | | selectDeviceList({ areaCode: userAreaCode.value }).then(res => { |
| | | selectDeviceList().then(res => { |
| | | jcoptions.value = res.data.data; |
| | | console.log('机巢数',jcoptions.value ); |
| | | |