Merge branch 'refs/heads/feature/v9.0/9.0.1' into test
| | |
| | | if (item.name === '自定义识别区') { |
| | | item.value = res.data.data.enable_custom_area ? '是' : '否' |
| | | } |
| | | |
| | | }) |
| | | |
| | | getJobsAllFiles({ |
| | | wayLineJobId: detailsData.value.way_lines.map(item => item.job_id).join(','), |
| | | resultTypes: [0, 1, 2, 4, 5], |
| | | orderByCreateTime: true, |
| | | }).then(result => { |
| | | if (result.data.code !== 200) return |
| | | }).then(res => { |
| | | if (res.data.code !== 200) return |
| | | achievementList.value = res.data.data.records.map(i => ({ |
| | | ...i, |
| | | checked: false, |
| | |
| | | total.value = res.data.data.total |
| | | |
| | | yuanImages.value = res.data.data.records.filter(item => item.resultType !== 1) |
| | | }) |
| | | }) |
| | | // flystatus.value = res.data.data.ai_type_str |
| | | }) |