Browse Source

3673

tags/v1.2.0
lixin 1 year ago
parent
commit
084f0e5045
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      src/views/report-manage/all-report/components/ReportDrawer.vue

+ 6
- 2
src/views/report-manage/all-report/components/ReportDrawer.vue View File

reportDetail: {}, reportDetail: {},
problemsList: [], problemsList: [],
taskType: { taskType: {
1: '日常巡检',
2: '应急巡检'
1: '机场服务',
2: '人工执飞'
} }
// taskType: {
// 1: '日常巡检',
// 2: '应急巡检'
// }
}) })


/* 获取抽屉的信息 */ /* 获取抽屉的信息 */

Loading…
Cancel
Save