无人机管理后台前端(已迁走)
shuishen
2025-09-13 90730040dab6547c89ea3a49e60add587423dc67
feat:类型接口参数调整
2 files modified
4 ■■■■ changed files
src/views/airspace/airspaceEntering.vue 2 ●●● patch | view | raw | blame | history
src/views/airspace/components/AirspaceMap.vue 2 ●●● patch | view | raw | blame | history
src/views/airspace/airspaceEntering.vue
@@ -98,7 +98,7 @@
      label: '类型',
      prop: 'flight_type',
      type: 'select',
      dicUrl: `/drone-device-core/airspace/page?current=1&size=10000&typeName=`,
      dicUrl: `/drone-device-core/airspace/page?current=1&size=10000`,
      props: {
        label: 'type_name',
        value: 'id',
src/views/airspace/components/AirspaceMap.vue
@@ -116,7 +116,7 @@
            label: '类型',
            prop: 'flight_type',
            type: 'select',
            dicUrl: `/drone-device-core/airspace/page?current=1&size=10000&typeName=`,
            dicUrl: `/drone-device-core/airspace/page?current=1&size=10000`,
            props: {
                label: 'type_name',
                value: 'id',